Fix new hashtag page's items not being full-width on mobile (#9852)
Fix #9845
This commit is contained in:
@ -295,7 +295,7 @@
|
||||
color: $primary-text-color;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
@media screen and (max-width: 550px) {
|
||||
&.optional {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user