Improve icon render performance
Probably.
This commit is contained in:
parent
184c292816
commit
509a627064
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -580,6 +580,7 @@ html:not(.logged-in) body:not(.logged-in) {
|
|||||||
color: var(--fg-600);
|
color: var(--fg-600);
|
||||||
font-size: var(--fs-s);
|
font-size: var(--fs-s);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
content-visibility: auto;
|
||||||
|
|
||||||
&._text {
|
&._text {
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -680,6 +681,12 @@ html:not(.logged-in) body:not(.logged-in) {
|
|||||||
transform: translateZ(0); // Improve performance
|
transform: translateZ(0); // Improve performance
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon,
|
||||||
|
.fa-solid,
|
||||||
|
.fa-regular {
|
||||||
|
contain: style paint; // Improve performance
|
||||||
|
}
|
||||||
|
|
||||||
.list-button {
|
.list-button {
|
||||||
color: var(--fg-900);
|
color: var(--fg-900);
|
||||||
font-size: var(--fs-s);
|
font-size: var(--fs-s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user