Settings: Improve left pane size at high zoom
This commit is contained in:
parent
0ce593bf0d
commit
2a5127b103
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
&__page-selector {
|
||||
padding-top: calc(24px + var(--title-bar-drag-area-height));
|
||||
min-width: 240px;
|
||||
min-width: min(34%, 240px);
|
||||
@include light-theme {
|
||||
background: $color-gray-02;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue