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-11-24 15:57:27 +0100
committerThibG <thib@sitedethib.com>2019-11-27 17:37:01 +0100
commit014c2cad21d8d7610171edecc62cc801b81d5bae (patch)
tree8df06f41b740f3b3008b3b86f01530f91f7dee15 /app/javascript/flavours/glitch/styles/components/index.scss
parentb25665d2e87548b79b2bab3eab5c78b2328e2dbb (diff)
Add moved account warning
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index ef76cea5e..5ac2403d1 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -1556,6 +1556,14 @@
   }
 }
 
+.ui .flash-message {
+  margin-top: 10px;
+  margin-left: auto;
+  margin-right: auto;
+  margin-bottom: 0;
+  min-width: 75%;
+}
+
 ::-webkit-scrollbar-thumb {
   border-radius: 0;
 }