From 88644a25726e73213757e1e304343948fed74a54 Mon Sep 17 00:00:00 2001 From: Taylor Obyen <162023405+taylorobyen@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:54:00 -0400 Subject: [PATCH] Fix ease button alignment --- qt/aqt/data/web/css/reviewer-bottom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index 59098a5fbe5..07c08a10d94 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -23,6 +23,13 @@ body { position: relative; } +#middle { + position: absolute; + left: 50%; + transform: translateX(-50%); + z-index: 5; +} + button { min-width: 60px; white-space: nowrap; @@ -75,6 +82,7 @@ button { border-top: 1px solid color(border); /* Better compatibility with graphics pad/touchscreen */ -webkit-user-select: none; + position: relative; } .nightMode {