mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix double border on column filter on narrow screens (#31068)
This commit is contained in:
parent
8e0aed8ac7
commit
784e088533
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue