perf: lighthouse optimizations - inline critical CSS, lazy-load routes, WebP images, fix CLS and contrast
This commit is contained in:
@@ -215,7 +215,7 @@ app-header .logo {
|
||||
|
||||
app-header .logo-img {
|
||||
height: 28px;
|
||||
width: auto;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
app-header .logo-dark {
|
||||
@@ -299,6 +299,8 @@ app-footer {
|
||||
border-top: 1px solid var(--color-border);
|
||||
padding: var(--space-lg) 0;
|
||||
margin-top: auto;
|
||||
min-height: 5.5rem;
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
app-footer .footer-inner {
|
||||
|
||||
Reference in New Issue
Block a user