Revert "Fix ease button alignment (#3404)"

This reverts commit a262e02f9d.

Due to regression:
https://forums.ankiweb.net/t/anki-24-10-beta/49989/119
This commit is contained in:
Damien Elmes 2024-10-04 22:38:50 +10:00
parent 80ebdf1988
commit 378c955905

View file

@ -23,12 +23,6 @@ body {
position: relative; position: relative;
} }
#middle {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
button { button {
min-width: 60px; min-width: 60px;
white-space: nowrap; white-space: nowrap;
@ -81,7 +75,6 @@ button {
border-top: 1px solid color(border); border-top: 1px solid color(border);
/* Better compatibility with graphics pad/touchscreen */ /* Better compatibility with graphics pad/touchscreen */
-webkit-user-select: none; -webkit-user-select: none;
position: relative;
} }
.nightMode { .nightMode {