fix scaling problem

This commit is contained in:
Er2 2022-03-27 12:28:24 +03:00
parent ba3d13a90e
commit c84ba6c4d9
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ div[class^="standardSidebarView-"] {
scrollbar-width: thin;
background: var(--background-secondary); // bugfix
flex-basis: unset; // bugfix to normalize height
flex-grow: 0; // fix scaling
div[class^="header-"],
div[class^="separator-"]