mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Fix uses of font awesome and adjust browser filter spacing (#1896)
This commit is contained in:
parent
d372f3df9b
commit
47960fdd61
3 changed files with 8 additions and 3 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
font-family: 'Font Awesome 6 Pro';
|
font-family: var(--font-awesome);
|
||||||
content: '\f110';
|
content: '\f110';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ fieldset.daggerheart.chat {
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
content: '\f0d8';
|
content: '\f0d8';
|
||||||
font-family: 'Font Awesome 6 Pro';
|
font-family: var(--font-awesome);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.expanded {
|
&.expanded {
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-header {
|
.filter-header {
|
||||||
|
|
@ -168,6 +169,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-content {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-list {
|
.folder-list {
|
||||||
|
|
@ -272,7 +277,7 @@
|
||||||
|
|
||||||
div[data-sort-key] {
|
div[data-sort-key] {
|
||||||
&:after {
|
&:after {
|
||||||
font-family: 'Font Awesome 6 Pro';
|
font-family: var(--font-awesome);
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue