From afe6a6c8b77a7f1ae99190ab782cdba1f5ee422d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 21:24:48 +0200 Subject: Move .country-grid styling to the correct file --- src/templates/coins-designs.html.tmpl | 24 +++++++++++++++++++++++- src/templates/language.html.tmpl | 4 +++- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl index def1e98..83164f3 100644 --- a/src/templates/coins-designs.html.tmpl +++ b/src/templates/coins-designs.html.tmpl @@ -1,3 +1,24 @@ +{{ define "header" }} + +{{ end }} + {{ define "content" }}
{{ template "navbar" . }} @@ -17,7 +38,8 @@ role="button" href="/coins/designs/{{ .Code }}" > - {{ .Name }} + {{ .Code | toUpper }} + {{ .Name }} {{ end }} diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl index c67ca11..e8d8863 100644 --- a/src/templates/language.html.tmpl +++ b/src/templates/language.html.tmpl @@ -9,6 +9,8 @@ } .lang-grid { + --button-min-width: 22ch; + button { display: flex; align-items: center; @@ -18,7 +20,7 @@ > :first-child { font-size: 2em; font-weight: 600; /* Between normal and bold */ - width: calc(var(--form-element-spacing-horizontal) * 2 + 2ch); + min-width: calc(var(--form-element-spacing-horizontal) * 2 + 2ch); } > :nth-child(2) { text-align: left; -- cgit v1.2.3