mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
Fix uses of font awesome and adjust browser filter spacing
This commit is contained in:
parent
d372f3df9b
commit
73fd5a9d49
3 changed files with 8 additions and 3 deletions
|
|
@ -195,7 +195,7 @@ fieldset.daggerheart.chat {
|
|||
&:before,
|
||||
&:after {
|
||||
content: '\f0d8';
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-family: var(--font-awesome);
|
||||
}
|
||||
}
|
||||
&.expanded {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue