right_sidebar: Fix user list toggle button not spanning navbar height.

We don't need to reduce height of user list toggle button on
narrow widths. Reduced height is already applied to the user list
toggle button when the window height is below a threshold.
This commit is contained in:
Aman Agrawal 2024-04-23 06:38:32 +00:00 committed by Tim Abbott
parent db5f584684
commit 38482c2e4e
1 changed files with 0 additions and 13 deletions

View File

@ -361,19 +361,6 @@ $user_status_emoji_width: 24px;
}
}
@media (width < $sm_min) {
#userlist-toggle {
height: 30px;
line-height: 30px;
}
#userlist-toggle-button {
height: 30px;
padding-top: 0;
padding-bottom: 0;
}
}
.right-sidebar-shortcuts .realm-description {
display: flex;
flex-direction: column;