diff options
author | ThibG <thib@sitedethib.com> | 2019-07-19 01:44:42 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-07-19 18:35:45 +0200 |
commit | 490cf3aa034ce89c50683ae2eb57339415038f35 (patch) | |
tree | d65b9ccc02aca3b240ab29e92b860923ae46cac8 | |
parent | bf3ab44e7788264783d58f89721539183ecddb4d (diff) |
[Glitch] Add ActivityPub actor representing the entire server
Port SCSS changes from 730c4053d642024b9949d72c8a9f1873532c6212 Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/containers.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/containers.scss b/app/javascript/flavours/glitch/styles/containers.scss index dc60dd14b..130e1461c 100644 --- a/app/javascript/flavours/glitch/styles/containers.scss +++ b/app/javascript/flavours/glitch/styles/containers.scss @@ -147,6 +147,10 @@ min-height: 100%; } + .flash-message { + margin-bottom: 10px; + } + @media screen and (max-width: 738px) { grid-template-columns: minmax(0, 50%) minmax(0, 50%); |