[Glitch] Fix missing action label on sensitive videos and embeds in web UI

Port 714a20697f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2023-07-24 22:04:38 +02:00
committed by Claire
parent 4b26e44ef4
commit e48a6a5f2c
4 changed files with 15 additions and 4 deletions

View File

@ -1351,6 +1351,8 @@ button.icon-button.active i.fa-retweet {
padding: 0;
margin: 0;
border: 0;
border-radius: 4px;
color: $white;
&__label {
display: flex;
@ -1358,7 +1360,6 @@ button.icon-button.active i.fa-retweet {
justify-content: center;
gap: 8px;
flex-direction: column;
color: $primary-text-color;
font-weight: 500;
font-size: 14px;
}