From 58d17d4bd971d579f87b764d1211f642f4c78caa Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:36:58 +0900 Subject: [PATCH] prettily support more than 999 swipes --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 91726dd63..7e3374f5d 100644 --- a/public/style.css +++ b/public/style.css @@ -993,6 +993,7 @@ body .panelControlBar { padding: 0; font-family: var(--mainFontFamily); font-weight: 400; + align-self: self-end; } .swipe_left { @@ -5458,4 +5459,4 @@ body:not(.movingUI) .drawer-content.maximized { #AdvancedFormatting .autoSetHeight { overflow-wrap: anywhere; -} +} \ No newline at end of file