Skip to content

Commit

Permalink
[PM-7565] fix filter icon alignment (#8790)
Browse files Browse the repository at this point in the history
update styles so that folders and subfolders are correctly aligned in vault filters on web and desktop
  • Loading branch information
SamFrank234 authored Oct 23, 2024
1 parent a8299e7 commit 7c79487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/desktop/src/scss/left-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
color: themed("headingButtonColor");
}

margin-right: 0.25rem;

&:hover,
&:focus {
@include themify($themes) {
Expand Down
2 changes: 2 additions & 0 deletions apps/web/src/scss/vault-filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

button.toggle-button,
button.add-button {
margin-right: 0.25rem;
&:hover,
&:focus {
@include themify($themes) {
Expand Down Expand Up @@ -98,6 +99,7 @@
}

.toggle-button {
margin-right: 0.25rem;
&:hover,
&:focus {
@include themify($themes) {
Expand Down

0 comments on commit 7c79487

Please sign in to comment.