tangled
alpha
login
or
join now
kacaii.dev
/
sigo
0
fork
atom
๐ฉโ๐ Firefighters API written in Gleam!
lustre
gleam
0
fork
atom
overview
issues
pulls
pipelines
:lipstick: use "dvh" for body
kacaii.dev
1 week ago
c010829a
ce0ce72d
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
+1
-1
1 changed file
expand all
collapse all
unified
split
server
src
server
router
root.gleam
+1
-1
server/src/server/router/root.gleam
···
19
19
html.link([attr.rel("stylesheet"), attr.href("/static/style.css")]),
20
20
])
21
21
22
22
-
let style = class("relative p-4 w-full min-h-screen bg-primary")
22
22
+
let style = class("relative p-4 w-full min-h-dvh bg-primary")
23
23
let html_body = html.body([attr.id("app"), style], [])
24
24
25
25
html.html([], [html_head, html_body])