fix filter icon alignment

update styles so that folders and subfolders are correctly aligned
in vault filters on web and desktop
This commit is contained in:
Sam Frank 2024-04-17 13:24:04 -04:00
parent e448168002
commit f681a1207b
2 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,8 @@
color: themed("headingButtonColor");
}
margin-right: 0.25rem;
&:hover,
&:focus {
@include themify($themes) {

View File

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