mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Merge pull request #467 from nickradford/fix/mobile-rendering-issues
Fix mobile rendering issues
This commit is contained in:
commit
9a3334c4eb
2 changed files with 4 additions and 0 deletions
|
|
@ -44,4 +44,7 @@
|
||||||
.header {
|
.header {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
.nav {
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ export default function App({ Component, pageProps }) {
|
||||||
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
|
||||||
<meta name="msapplication-TileColor" content="#da532c" />
|
<meta name="msapplication-TileColor" content="#da532c" />
|
||||||
<meta name="theme-color" content="#ffffff" />
|
<meta name="theme-color" content="#ffffff" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
</Head>
|
</Head>
|
||||||
<Intl>
|
<Intl>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue