Skip to content

Commit

Permalink
Push spinner off screen while keeping width correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Apr 23, 2024
1 parent e6db794 commit dadfbbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
order: 2;

&.smk-hidden {
width: 0;
left: 50%;
width: 100%;
left: 100vw;
}
}

Expand Down

0 comments on commit dadfbbf

Please sign in to comment.