Skip to content

Commit

Permalink
Revert "Fix ease button alignment (#3404)"
Browse files Browse the repository at this point in the history
This reverts commit a262e02.

Due to regression:
https://forums.ankiweb.net/t/anki-24-10-beta/49989/119
  • Loading branch information
dae committed Oct 4, 2024
1 parent 80ebdf1 commit 378c955
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions qt/aqt/data/web/css/reviewer-bottom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ body {
position: relative;
}

#middle {
position: absolute;
left: 50%;
transform: translateX(-50%);
}

button {
min-width: 60px;
white-space: nowrap;
Expand Down Expand Up @@ -81,7 +75,6 @@ button {
border-top: 1px solid color(border);
/* Better compatibility with graphics pad/touchscreen */
-webkit-user-select: none;
position: relative;
}

.nightMode {
Expand Down

1 comment on commit 378c955

@dae
Copy link
Member Author

@dae dae commented on 378c955 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taylorobyen heads up

Please sign in to comment.