about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-06 22:00:25 +0200
committerThibG <thib@sitedethib.com>2018-09-07 09:45:33 +0200
commit8dbbec09394fa332b1856f1c4bbda0b5ba7d36a2 (patch)
tree63559a33455228d0b4654ca599742ae435f30dde /app
parent7f2f59dae64f927ca6a5719a7d7589d18e304310 (diff)
Fix dropdown arrow position
Diffstat (limited to 'app')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 834839632..1419888fa 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -415,14 +415,14 @@
 
   &.top {
     bottom: -5px;
-    margin-left: -13px;
+    margin-left: -7px;
     border-width: 5px 7px 0;
     border-top-color: $ui-secondary-color;
   }
 
   &.bottom {
     top: -5px;
-    margin-left: -13px;
+    margin-left: -7px;
     border-width: 0 7px 5px;
     border-bottom-color: $ui-secondary-color;
   }