Fixed a bug where unread badge was hidden in LHS (#24440)

This commit is contained in:
Harshil Sharma 2023-09-04 09:43:51 +05:30 committed by GitHub
parent d2ce252cf5
commit 4dfe790a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1132,6 +1132,7 @@ $sidebarOpacityAnimationDuration: 0.15s;
}
>span {
width: 100%;
flex-grow: 1;
}