]> cat aescling's git repositories - mastodon.git/commitdiff
Fix flavour screenshot styling in vanilla flavour
authorThibaut Girka <thib@sitedethib.com>
Tue, 10 Sep 2019 19:38:53 +0000 (21:38 +0200)
committerThibG <thib@sitedethib.com>
Tue, 10 Sep 2019 20:38:07 +0000 (22:38 +0200)
app/javascript/styles/mastodon/admin.scss

index 9bb2561cdbd5e61117fded5257d3ed5d6211bd9f..c1dd384c63b4a3b9c54430e66dc110615b8d5b43 100644 (file)
@@ -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;