Skip to content

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 23, 2023
1 parent 63bb8c3 commit f7773ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/app/public/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ body.environment--windows {
right: calc(100% - var(--handle-size) - var(--handle-offset));
background-color: var(--handle-color-off);
}
@media (prefers-reduced-motion) {
@media (prefers-reduced-motion: reduce) {
.toggle-button__handle {
transition: none;
}
Expand Down Expand Up @@ -3483,7 +3483,7 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
left: 0;
transition: left 0.3s ease-in-out;
}
@media (prefers-reduced-motion) {
@media (prefers-reduced-motion: reduce) {
.sliding-subview.sliding-subview--root {
transition: none;
}
Expand Down

0 comments on commit f7773ef

Please sign in to comment.