From 25203d3cca6886e97ba74c6548508b5ddb47b7ba Mon Sep 17 00:00:00 2001 From: Johan Siebens Date: Sat, 3 Feb 2024 09:42:38 +0100 Subject: [PATCH] fix: little layout issue --- internal/templates/layout.templ | 16 ++++++++++++++++ internal/templates/layout_templ.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/internal/templates/layout.templ b/internal/templates/layout.templ index 7110134..5ca5dc3 100644 --- a/internal/templates/layout.templ +++ b/internal/templates/layout.templ @@ -119,6 +119,22 @@ templ heading() { height: 100%; border: none; } + + input { + display: block; + width: 100%; + height: 100%; + padding: 10px; + } + + button { + padding-top: 10px; + padding-bottom: 10px; + padding-left: 20px; + padding-right: 20px; + height: 45px; + border: none; + } ionscale } diff --git a/internal/templates/layout_templ.go b/internal/templates/layout_templ.go index 49224ea..27a57ca 100644 --- a/internal/templates/layout_templ.go +++ b/internal/templates/layout_templ.go @@ -281,7 +281,7 @@ func heading() templ.Component { templ_7745c5c3_Var12 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("ionscale") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("ionscale") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }