diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index 9ae5068fc..58da3bbf9 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -31,6 +31,7 @@ button { min-width: 60px; white-space: nowrap; margin: 0.5em; + position: relative; } .hitem { @@ -50,10 +51,6 @@ button { font-weight: normal; } -.stattxt { - white-space: nowrap; -} - #ansbut { margin-bottom: 1em; } @@ -65,9 +62,11 @@ button { .nobold, .stattxt { position: absolute; - top: -5px; + white-space: nowrap; + font-size: medium; + top: -3px; left: 50%; - transform: translateX(-50%); + transform: translate(-50%, -100%); font-weight: normal; display: inline-block; } diff --git a/qt/aqt/reviewer.py b/qt/aqt/reviewer.py index f239b94f7..8070ad4b8 100644 --- a/qt/aqt/reviewer.py +++ b/qt/aqt/reviewer.py @@ -662,13 +662,15 @@ class Reviewer:
+ | - | - - + | + |