mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Merge 0b3914b2ef into 39fd8a6550
This commit is contained in:
commit
51ee9ab119
2 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover"
|
||||
/>
|
||||
<meta name="theme-color" content="%COLOR%" />
|
||||
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@ body {
|
|||
}
|
||||
|
||||
.main {
|
||||
padding-left: env(safe-area-inset-left);
|
||||
padding-right: env(safe-area-inset-right);
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue