๐Ÿ‘ฉโ€๐Ÿš’ Firefighters API written in Gleam!
lustre gleam

:lipstick: use "dvh" for body

kacaii.dev c010829a ce0ce72d

verified
+1 -1
+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 - let style = class("relative p-4 w-full min-h-screen bg-primary") 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])