toodego: limit form sidebar width

This commit is contained in:
Frédéric Péters 2021-03-03 20:15:03 +01:00
parent afe9aa8813
commit f814ea307d
1 changed files with 4 additions and 0 deletions

View File

@ -943,6 +943,10 @@ body.focus-in #page.search-page {
}
#form-status-sidebar {
flex: 0 0 $sidebar-width;
@media screen and (min-width: $desktop-limit) {
max-width: $sidebar-width;
overflow: hidden;
}
.cell {
margin-left: 1rem;
margin-right: 0;