From 378c9559055c83d8d628b2158171fe99c4d44fdf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 4 Oct 2024 22:38:50 +1000 Subject: [PATCH] Revert "Fix ease button alignment (#3404)" This reverts commit a262e02f9de6017bbe4918c45bf228f5566d3802. Due to regression: https://forums.ankiweb.net/t/anki-24-10-beta/49989/119 --- qt/aqt/data/web/css/reviewer-bottom.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index f01b19fad..59098a5fb 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -23,12 +23,6 @@ body { position: relative; } -#middle { - position: absolute; - left: 50%; - transform: translateX(-50%); -} - button { min-width: 60px; white-space: nowrap; @@ -81,7 +75,6 @@ button { border-top: 1px solid color(border); /* Better compatibility with graphics pad/touchscreen */ -webkit-user-select: none; - position: relative; } .nightMode {