[Glitch] Fix missing border around tab/filter bar

Port b6c1b8f748 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
shrike
Valtteri Laitinen 2024-08-04 18:13:15 +03:00 committed by Claire
parent 5cdc0c2b43
commit c5b7f48cce
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}