Fix uses of font awesome and adjust browser filter spacing (#1896)

This commit is contained in:
Carlos Fernandez 2026-05-17 07:27:10 -04:00 committed by GitHub
parent d372f3df9b
commit 47960fdd61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -125,6 +125,7 @@
.form-group {
white-space: nowrap;
gap: 0;
}
.filter-header {
@ -168,6 +169,10 @@
}
}
}
.filter-content {
margin-top: 8px;
}
}
.folder-list {
@ -272,7 +277,7 @@
div[data-sort-key] {
&:after {
font-family: 'Font Awesome 6 Pro';
font-family: var(--font-awesome);
margin-left: 5px;
}