mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-13 11:13:05 -05:00
Fix double border on column filter on narrow screens (#31068)
This commit is contained in:
parent
8e0aed8ac7
commit
784e088533
@ -7380,6 +7380,11 @@ a.status-card {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user