[Glitch] Fix media editing modal and profile directory in light theme

Port f51f99c3c2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-10-03 03:17:29 +02:00
committed by Thibaut Girka
parent cd2fce0318
commit 7ca6153c0c
6 changed files with 50 additions and 6 deletions

View File

@@ -414,6 +414,20 @@
}
}
.directory__card {
border-radius: 4px;
@media screen and (max-width: $no-gap-breakpoint) {
border-radius: 0;
}
}
.page-header {
@media screen and (max-width: $no-gap-breakpoint) {
border-bottom: 0;
}
}
.public-account-header {
overflow: hidden;
margin-bottom: 10px;