tangled
alpha
login
or
join now
retr0.id
/
pdsls
forked from
pds.ls/pdsls
1
fork
atom
atproto explorer
1
fork
atom
overview
issues
pulls
pipelines
fix body height
handle.invalid
4 months ago
66ca6faf
b6522503
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
index.html
+1
-1
index.html
···
26
26
<script src="/src/index.tsx" type="module"></script>
27
27
</head>
28
28
29
29
-
<body id="root" class="dark:bg-dark-500 bg-neutral-100">
29
29
+
<body id="root" class="dark:bg-dark-500 min-h-screen bg-neutral-100">
30
30
<noscript>You need to enable JavaScript to run this app.</noscript>
31
31
</body>
32
32
</html>