mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-24 06:20:14 +00:00
feat: improve offline PWA resilience
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user