aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 21:48:28 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 21:48:28 +0100
commit623f8c9d25f28eb9d2aef045029f74387a9281c3 (patch)
treed633cac71d6160b5f3da1ee4bb5f0efeb6584756 /src/styles/layout.scss
parentfix undefined prop for isAppMuted (diff)
downloadferdium-app-623f8c9d25f28eb9d2aef045029f74387a9281c3.tar.gz
ferdium-app-623f8c9d25f28eb9d2aef045029f74387a9281c3.tar.zst
ferdium-app-623f8c9d25f28eb9d2aef045029f74387a9281c3.zip
optimize sidebar button size
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index b35ab2a7b..afdd7dec7 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -42,7 +42,7 @@ html {
42 z-index: 200; 42 z-index: 200;
43 text-align: center; 43 text-align: center;
44 color: $theme-text-color; 44 color: $theme-text-color;
45 padding-bottom: 5px; 45 padding-bottom: 10px;
46 46
47 .sidebar__add-service { 47 .sidebar__add-service {
48 width: 32px; 48 width: 32px;
@@ -55,7 +55,7 @@ html {
55 55
56 .sidebar__button { 56 .sidebar__button {
57 width: $theme-sidebar-width; 57 width: $theme-sidebar-width;
58 padding: 10px 0; 58 padding: 7px 0;
59 font-size: 24px; 59 font-size: 24px;
60 position: relative; 60 position: relative;
61 color: $theme-gray-light; 61 color: $theme-gray-light;
@@ -71,6 +71,10 @@ html {
71 &.is-muted { 71 &.is-muted {
72 color: $theme-brand-primary; 72 color: $theme-brand-primary;
73 } 73 }
74
75 &--new-service {
76 padding-bottom: 6px;
77 }
74 } 78 }
75 79
76 & > div { 80 & > div {