]> cat aescling's git repositories - mastodon.git/commitdiff
Fix how flavour screenshots are displayed in the vanilla flavour
authorThibaut Girka <thib@sitedethib.com>
Tue, 8 Jan 2019 18:30:24 +0000 (19:30 +0100)
committerThibG <thib@sitedethib.com>
Tue, 8 Jan 2019 19:20:35 +0000 (20:20 +0100)
app/javascript/styles/mastodon/admin.scss

index e8f33193235f59a5450977a2539f9ecff0bfc596..8b111a9366ba3447ccb599495f5fecadd69c8c2b 100644 (file)
@@ -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;