diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-09-10 21:38:53 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-09-10 22:38:07 +0200 |
commit | c7f71b974f1a57cd93f86e5a678018d4aea8e728 (patch) | |
tree | c75e1c2b4bc96eba1bafe5b928f720cccab6925f /app | |
parent | 0e1291c888a56be07caef03c58b82062828e8d0e (diff) |
Fix flavour screenshot styling in vanilla flavour
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index 9bb2561cd..c1dd384c6 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -333,6 +333,22 @@ hr.spacer { } } +.flavour-screen { + display: block; + margin: 10px auto; + max-width: 100%; +} + +.flavour-description { + display: block; + font-size: 16px; + margin: 10px 0; + + & > p { + margin: 10px 0; + } +} + .report-accounts { display: flex; flex-wrap: wrap; |