[Glitch] Fix end-user-facing uses of inline CSS

Port 0e362b7678 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-04-28 10:16:55 +02:00
committed by Thibaut Girka
parent 4a5f93c25f
commit 9e5a216878
6 changed files with 89 additions and 0 deletions

View File

@@ -124,6 +124,16 @@
.embed,
.public-layout {
.status__content[data-spoiler=folded] {
.e-content {
display: none;
}
p:first-child {
margin-bottom: 0;
}
}
.detailed-status {
padding: 15px;
}
@@ -162,6 +172,13 @@
.video-player {
margin-top: 10px;
}
&__action-bar-button {
font-size: 18px;
width: 23.1429px;
height: 23.1429px;
line-height: 23.15px;
}
}
}