aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:07:34 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:07:34 +0100
commit3564d2fddfa74a7f907a53300150002f46417a5e (patch)
tree87d77c0cce6d3251f290708e3d0480661d4feb13 /src/styles/layout.scss
parentMerge #722 (diff)
downloadferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.gz
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.zst
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.zip
Improve Ferdi's design (#977)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index de00c01b4..b1e163421 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -183,3 +183,7 @@ body.win32:not(.isFullScreen) .app .app__content {
183 z-index: 999999999; 183 z-index: 999999999;
184 pointer-events: none; 184 pointer-events: none;
185} 185}
186
187a, button {
188 cursor: pointer;
189} \ No newline at end of file