From: Thibaut Girka Date: Tue, 8 Jan 2019 18:30:24 +0000 (+0100) Subject: Fix how flavour screenshots are displayed in the vanilla flavour X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3a0b12cbfed063d771c7a138ee684b0e372b6584;p=mastodon.git Fix how flavour screenshots are displayed in the vanilla flavour --- 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;