diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-08 19:30:24 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-01-08 20:20:35 +0100 |
commit | 3a0b12cbfed063d771c7a138ee684b0e372b6584 (patch) | |
tree | 87d3caa2813bf3772e966f94677a3d6b8c7df15f | |
parent | 20fd8558303568ba82dff930e1e6522253ba5b8b (diff) |
Fix how flavour screenshots are displayed in the vanilla flavour
-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 e8f331932..8b111a936 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -277,6 +277,22 @@ $no-columns-breakpoint: 600px; } } +.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; |