From a262e02f9de6017bbe4918c45bf228f5566d3802 Mon Sep 17 00:00:00 2001 From: Taylor Obyen <162023405+taylorobyen@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:44:11 -0400 Subject: [PATCH] Fix ease button alignment (#3404) * Fix ease button alignment * Fix contributors part 2 --- CONTRIBUTORS | 1 + qt/aqt/data/web/css/reviewer-bottom.scss | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 28590930a..ffb1a1f84 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -190,6 +190,7 @@ Voczi Ben Nguyen <105088397+bpnguyen107@users.noreply.github.com> Themis Demetriades Gregory Abrasaldo +Taylor Obyen ******************** diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index 59098a5fb..f01b19fad 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -23,6 +23,12 @@ body { position: relative; } +#middle { + position: absolute; + left: 50%; + transform: translateX(-50%); +} + button { min-width: 60px; white-space: nowrap; @@ -75,6 +81,7 @@ button { border-top: 1px solid color(border); /* Better compatibility with graphics pad/touchscreen */ -webkit-user-select: none; + position: relative; } .nightMode {