Fix uses of font awesome and adjust browser filter spacing

This commit is contained in:
Carlos Fernandez 2026-05-16 20:13:54 -04:00
parent d372f3df9b
commit 73fd5a9d49
3 changed files with 8 additions and 3 deletions

View file

@ -195,7 +195,7 @@ fieldset.daggerheart.chat {
&:before,
&:after {
content: '\f0d8';
font-family: 'Font Awesome 6 Pro';
font-family: var(--font-awesome);
}
}
&.expanded {

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;
}