Skip to content

Commit

Permalink
fix(plugins/achievements): remove relative position which is resettin…
Browse files Browse the repository at this point in the history
…g flexbox container position in Safari (#1111)
  • Loading branch information
Penguinlay authored Jun 24, 2022
1 parent 127d4fd commit 3bcd397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/templates/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,6 @@
margin-bottom: -50px;
margin-top: 36px;
display: none;
position: relative;
}
.achievement .value {
margin-left: 46px;
Expand Down Expand Up @@ -1474,4 +1473,4 @@
animation-duration: 0s !important;
animation-play-state: paused !important;
caret-color: transparent !important;
}
}

0 comments on commit 3bcd397

Please sign in to comment.