[Glitch] Fix missing border around tab/filter bar
Port b6c1b8f748
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
shrike
parent
5cdc0c2b43
commit
c5b7f48cce
|
@ -7906,7 +7906,7 @@ img.modal-warning {
|
|||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
@media screen and (max-width: $no-gap-breakpoint - 1px) {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue