[Glitch] Fix missing border around tab/filter bar

Port b6c1b8f7480d87340a128c593ad267e4b5501beb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Valtteri Laitinen 2024-08-04 18:13:15 +03:00 committed by Claire
parent 5cdc0c2b43
commit c5b7f48cce

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