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 {