prettily support more than 999 swipes

This commit is contained in:
RossAscends
2024-09-09 12:36:58 +09:00
parent daeef9407d
commit 58d17d4bd9

View File

@ -993,6 +993,7 @@ body .panelControlBar {
padding: 0; padding: 0;
font-family: var(--mainFontFamily); font-family: var(--mainFontFamily);
font-weight: 400; font-weight: 400;
align-self: self-end;
} }
.swipe_left { .swipe_left {
@ -5458,4 +5459,4 @@ body:not(.movingUI) .drawer-content.maximized {
#AdvancedFormatting .autoSetHeight { #AdvancedFormatting .autoSetHeight {
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }