aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 21:49:20 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 21:49:20 +0100
commit0526bb76c704d00c103cef7f4efe30a2d1739f58 (patch)
tree6c114cdb1d5f7aec869e8b254ed1dfb2ba03b13f /src
parentoptimize sidebar button size (diff)
downloadferdium-app-0526bb76c704d00c103cef7f4efe30a2d1739f58.tar.gz
ferdium-app-0526bb76c704d00c103cef7f4efe30a2d1739f58.tar.zst
ferdium-app-0526bb76c704d00c103cef7f4efe30a2d1739f58.zip
slightly reduce tab height
Diffstat (limited to 'src')
-rw-r--r--src/styles/tabs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 7d8c63ba3..8347de3b4 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -20,7 +20,7 @@
20 align-items: center; 20 align-items: center;
21 position: relative; 21 position: relative;
22 width: $theme-sidebar-width; 22 width: $theme-sidebar-width;
23 height: $theme-sidebar-width; 23 height: 65px;
24 min-height: 50px; 24 min-height: 50px;
25 transition: background $theme-transition-time; 25 transition: background $theme-transition-time;
26 26