From 3a172a3f239cfad887ae872e0003a3f989e156fc 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 1663407d7edcaee52f56cb896e99e2c9ffd5700a. 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 {