chore: compacted dice selector

This commit is contained in:
Sara 2025-09-19 12:32:43 +02:00
parent 3b2ea85fe7
commit f4bfca5470

View file

@ -62,10 +62,9 @@ void DiceSelectorContainer() {
CLAY(CLAY_ID("DiceSelectorInner"), {
.layout = {
.layoutDirection = CLAY_TOP_TO_BOTTOM,
.childGap = paragraphGap,
.childAlignment = { CLAY_ALIGN_X_CENTER, CLAY_ALIGN_Y_CENTER },
.sizing = { CLAY_SIZING_FIT(), CLAY_SIZING_FIT() },
.padding = panelPadding,
.padding = { 2, 2, 5, 5 },
},
.clip = {
true, true, Clay_GetScrollOffset(),