feat: improve offline PWA resilience

This commit is contained in:
shuaiplus
2026-06-09 14:09:46 +08:00
parent 1a10df4a18
commit 615caf5946
23 changed files with 432 additions and 21 deletions
+12
View File
@@ -54,6 +54,10 @@
@apply text-2xl;
}
.standalone-title-row {
padding-inline: 68px;
}
.standalone-footer {
@apply text-xs leading-[1.4];
}
@@ -128,6 +132,14 @@
@apply hidden;
}
.topbar-actions > .network-status-badge {
@apply h-8 px-2 text-[0];
}
.topbar-actions > .network-status-badge svg {
@apply m-0;
}
.mobile-sidebar-toggle,
.mobile-lock-btn {
@apply inline-flex h-9 w-9 min-w-9 justify-center gap-0 p-0 text-[0];