Skip to content

Commit

Permalink
Fix: Fix lock icon alignment (fixes #237)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Sep 30, 2024
1 parent 9c6ec15 commit ecc39a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/pageLevelProgress.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
margin-inline-start: calc(~'25% - 1rem');
}

&__item-btn.is-locked .pagelevelprogress__item-icon {
margin-inline-start: auto;
}

&__item-btn:not(.is-locked) .pagelevelprogress__item-icon {
display: none;
}
Expand Down

0 comments on commit ecc39a1

Please sign in to comment.