about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-05-04 18:18:15 +0200
committerThibaut Girka <thib@sitedethib.com>2019-05-04 18:18:15 +0200
commit373dd1fdf167977c97041059cf009a1331132d28 (patch)
treef5d80a957f3acdb6187d38700f4123ba091bc11d /app/javascript/flavours/glitch/styles/components/index.scss
parentccf4f3240ae80f4b1410d816f03d0bef33062a71 (diff)
Minor CSS fixes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index b323305cc..788bb2e0e 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -1074,11 +1074,12 @@
   z-index: 100;
 
   &--minified {
-    display: block;
+    display: flex;
     left: 4px;
     top: 4px;
     width: auto;
     height: auto;
+    align-items: center;
   }
 
   &--hidden {