tangled
alpha
login
or
join now
shi.gg
/
mellow-web
4
fork
atom
The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
4
fork
atom
overview
issues
pulls
pipelines
refactor: reduce viewport initial scale to 0.85
shi.gg
2 months ago
43a2bd2f
fccacaff
verified
This commit was signed with the committer's
known signature
.
shi.gg
SSH Key Fingerprint:
SHA256:f/mKQ+wsL4JFEMsfMBVIpFfwyYH0N5+n6IHwZA0Q+U0=
+1
-1
1 changed file
expand all
collapse all
unified
split
app
layout.tsx
+1
-1
app/layout.tsx
···
36
36
37
37
export const viewport: Viewport = {
38
38
themeColor: "#8957ff",
39
39
-
initialScale: 1
39
39
+
initialScale: 0.85
40
40
};
41
41
42
42
export const generateMetadata = (): Metadata => {