mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
css: Fix left sidebar toggle button misaligned on small window height.
This commit is contained in:
@@ -1316,8 +1316,8 @@ div.focused-message-list {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 40px;
|
width: var(--header-height);
|
||||||
height: 40px;
|
height: var(--header-height);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-header-button-hover);
|
background-color: var(--color-header-button-hover);
|
||||||
@@ -2107,9 +2107,18 @@ body:not(.hide-left-sidebar) {
|
|||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav
|
||||||
|
.column-left
|
||||||
|
.left-sidebar-toggle-button
|
||||||
|
.left-sidebar-toggle-unreadcount {
|
||||||
|
top: 5px;
|
||||||
|
right: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
.left-sidebar-toggle-unreadcount {
|
.left-sidebar-toggle-unreadcount {
|
||||||
/* Adjust in response to shorter navbar. */
|
/* Adjust in response to shorter navbar. */
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top_navbar .column-right #personal-menu .header-button-avatar {
|
#top_navbar .column-right #personal-menu .header-button-avatar {
|
||||||
|
|||||||
Reference in New Issue
Block a user