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

@ -38,7 +38,7 @@
}
&:before {
font-family: 'Font Awesome 6 Pro';
font-family: var(--font-awesome);
content: '\f110';
position: absolute;
height: 100%;

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