about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-12 16:03:10 +0200
committerThibG <thib@sitedethib.com>2019-06-13 22:15:31 +0200
commitb222d1ae268cdc7186326f90af3005b2515925f2 (patch)
tree17f91ff8bf5adc37d36ba3c979963e874932e4d1 /app/javascript/flavours/glitch/styles/components/drawer.scss
parent7fd8797d20a2170c80049b2dabb448cbf003b9f7 (diff)
Fix and refactor SCSS
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index 07558a8d0..f054ddbc0 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -86,9 +86,8 @@
     box-sizing: border-box;
     margin: 0;
     border: none;
-    padding: 10px 30px 10px 10px;
+    padding: 15px 30px 15px 15px;
     width: 100%;
-    height: 36px;
     outline: 0;
     color: $darker-text-color;
     background: $ui-base-color;