]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix admin-facing uses of inline CSS
authorThibG <thib@sitedethib.com>
Tue, 28 Apr 2020 17:39:16 +0000 (19:39 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sun, 3 May 2020 19:47:58 +0000 (21:47 +0200)
Port b8ba977497a53740e66d8db9938382b724283b3a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss

index 0d24da4ddf805e4c27dc7bd6269f67e0c4bc7bcc..1c8f2271f46fcc4f9b432dcd7d1f99b6fb7299cc 100644 (file)
@@ -567,6 +567,18 @@ body,
   }
 }
 
+.special-action-button,
+.back-link {
+  text-align: right;
+  flex: 1 1 auto;
+}
+
+.action-buttons {
+  display: flex;
+  overflow: hidden;
+  justify-content: space-between;
+}
+
 .spacer {
   flex: 1 1 auto;
 }
@@ -904,3 +916,11 @@ a.name-tag,
     }
   }
 }
+
+.account-badges {
+  margin: -2px 0;
+}
+
+.dashboard__counters.admin-account-counters {
+  margin-top: 10px;
+}