mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 13:38:17 +00:00
Fix missing border around tab/filter bar (#31286)
This commit is contained in:
parent
3d6e8d6834
commit
b6c1b8f748
|
@ -7354,7 +7354,7 @@ a.status-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
@media screen and (max-width: $no-gap-breakpoint) {
|
@media screen and (max-width: $no-gap-breakpoint - 1px) {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue