Fix light theme issues with the favourite modal and some background colors (#1902)

* Fix favourite modal styling in glitch-soc light theme

* Fix unnecessary difference between glitch-soc's light theme and upstream's
This commit is contained in:
Claire
2022-11-07 10:34:18 +01:00
committed by GitHub
parent b67e0c94a6
commit c493c967d6
4 changed files with 11 additions and 17 deletions

View File

@ -41,8 +41,7 @@ body.rtl {
margin-left: 4px;
}
.boost-modal__status-time,
.favourite-modal__status-time {
.boost-modal__status-time {
float: left;
}