mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
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:
parent
80ebdf1988
commit
378c955905
1 changed files with 0 additions and 7 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue