Columns: allow transparent columns to extend to the full screen width on mobile

profile-avatar-switcher
Alex Gleason 2021-09-13 13:46:27 -05:00
rodzic b7aba768f4
commit 01e16be157
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -795,3 +795,18 @@
}
}
}
// Let transparent columns extend the full width of the screen
@media screen and (max-width: 450px) {
.columns-area__panels__main--transparent {
padding: 0;
}
.columns-area--transparent {
.status__wrapper,
.detailed-status__wrapper,
.timeline-compose-block {
border-radius: 0;
}
}
}