feat: add iOS-focused PWA shell with service worker and manifest
This commit is contained in:
parent
56b8825ca5
commit
fea5fe9cbb
9 changed files with 176 additions and 3 deletions
|
|
@ -20,6 +20,11 @@ body {
|
|||
font-family: "Avenir Next", "Segoe UI", sans-serif;
|
||||
color: var(--ink);
|
||||
background: linear-gradient(160deg, #f7fbfa 0%, #edf3fb 100%);
|
||||
-webkit-text-size-adjust: 100%;
|
||||
padding-top: env(safe-area-inset-top);
|
||||
padding-right: env(safe-area-inset-right);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
padding-left: env(safe-area-inset-left);
|
||||
}
|
||||
|
||||
.background {
|
||||
|
|
@ -72,6 +77,11 @@ body {
|
|||
color: #486270;
|
||||
}
|
||||
|
||||
#ios-install-hint {
|
||||
display: block;
|
||||
color: #486270;
|
||||
}
|
||||
|
||||
.grid {
|
||||
max-width: 1120px;
|
||||
margin: 8px auto 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue