tangled
alpha
login
or
join now
munksgaard.tngl.sh
/
scoundrel
1
fork
atom
A Gleam implementation of the Scoundrel solo card game
munksgaard.me/scoundrel
lustre
scoundrel
gleam
card
game
1
fork
atom
overview
issues
pulls
pipelines
use two cols on mobile
munksgaard.tngl.sh
3 months ago
90e2c27e
a140cdfd
+1
-1
1 changed file
expand all
collapse all
unified
split
src
scoundrel.gleam
+1
-1
src/scoundrel.gleam
···
123
123
fn room_info(s: state.State) -> Element(Msg) {
124
124
let available_actions = state.available_actions(s)
125
125
use <- util.unpipe(html.div(
126
126
-
[attribute.class("grid grid-cols-4 w-full")],
126
126
+
[attribute.class("grid grid-cols-2 md:grid-cols-4 w-full")],
127
127
_,
128
128
))
129
129
use maybe_card, s <- room.map(s.room)