[Glitch] Fix admin-facing uses of inline CSS

Port b8ba977497 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
remotes/1698178055505214576/signup-info-prompt
ThibG 2020-04-28 19:39:16 +02:00 committed by Thibaut Girka
parent 7ea8b07b93
commit 89fcd68b75
1 changed files with 20 additions and 0 deletions

View 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;
}