fix scaling problem
This commit is contained in:
parent
ba3d13a90e
commit
c84ba6c4d9
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ div[class^="standardSidebarView-"] {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
background: var(--background-secondary); // bugfix
|
background: var(--background-secondary); // bugfix
|
||||||
flex-basis: unset; // bugfix to normalize height
|
flex-basis: unset; // bugfix to normalize height
|
||||||
|
flex-grow: 0; // fix scaling
|
||||||
|
|
||||||
div[class^="header-"],
|
div[class^="header-"],
|
||||||
div[class^="separator-"]
|
div[class^="separator-"]
|
||||||
|
|
Loading…
Reference in a new issue