ScrollableList: fix border-radius on mobile

profile-avatar-switcher
Alex Gleason 2021-10-07 15:52:30 -05:00
rodzic e16a5ac9f9
commit 82dd1d16c8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -882,6 +882,10 @@
.column--transparent { .column--transparent {
.slist__append { .slist__append {
@include standard-panel; @include standard-panel;
@media screen and (max-width: 580px) {
border-radius: 0;
}
} }
.sub-navigation ~ .slist .slist__append { .sub-navigation ~ .slist .slist__append {