Settings: Improve left pane size at high zoom

This commit is contained in:
ayumi-signal 2023-11-01 16:40:12 -07:00 committed by GitHub
parent 0ce593bf0d
commit 2a5127b103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}