css: Merge common media queries.

This commit is contained in:
Aman Agrawal 2024-03-19 08:18:19 +00:00 committed by Tim Abbott
parent 93373d1c12
commit c3488bfe76
2 changed files with 4 additions and 6 deletions

View File

@ -341,12 +341,6 @@ $user_status_emoji_width: 24px;
margin-top: 5px;
}
@media (width < $xl_min) {
#userlist-toggle {
display: block;
}
}
#user_search_section {
white-space: nowrap;
margin-bottom: 10px;

View File

@ -2461,6 +2461,10 @@ select.invite-as {
#compose-content {
margin-right: 7px;
}
#userlist-toggle {
display: block;
}
}
}