From 09f6f4b153f674ef0efc789af705dd6a53d6ef7c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 25 Jan 2026 02:27:16 +0000 Subject: [PATCH] web: fix spacing/indent (#1423) web/index.templ CSS contains a mix bag of tab/space along with unaligned inner CSS. This commit brings consistency --- web/index.templ | 20 ++++++++++---------- web/index_templ.go | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/index.templ b/web/index.templ index 9ad02b3..330b6fa 100644 --- a/web/index.templ +++ b/web/index.templ @@ -40,16 +40,16 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal } #progress { - display: none; - width: 90%; - width: min(20rem, 90%); - height: 2rem; - border-radius: 1rem; - overflow: hidden; - margin: 1rem 0 2rem; - outline-offset: 2px; - outline: #b16286 solid 4px; - } + display: none; + width: 90%; + width: min(20rem, 90%); + height: 2rem; + border-radius: 1rem; + overflow: hidden; + margin: 1rem 0 2rem; + outline-offset: 2px; + outline: #b16286 solid 4px; + } .bar-inner { background-color: #b16286; diff --git a/web/index_templ.go b/web/index_templ.go index de0af4f..2099c7b 100644 --- a/web/index_templ.go +++ b/web/index_templ.go @@ -113,7 +113,7 @@ func base(title string, body templ.Component, impressum *config.Impressum, chall return templ_7745c5c3_Err } } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 8, "") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 8, "") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }