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 --- static/style.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 0834d0e..e478306 100644 --- a/static/style.css +++ b/static/style.css @@ -2147,36 +2147,15 @@ textarea, min-width: 0; } -.country-grid { - row-gap: var(--grid-spacing-vertical); -} - -.country-grid:first-of-type { - margin-top: var(--block-spacing-vertical); -} - .button-grid { display: grid; grid-template-columns: repeat( auto-fit, - minmax(min(220px, 100%), 1fr) + minmax(min(var(--button-min-width), 100%), 1fr) ); column-gap: var(--grid-spacing-horizontal); } -.country-grid a { - display: flex; - align-items: center; - padding-left: 0; -} - -.country-grid a::before { - content: attr(data-code); - font-weight: bold; - width: 2ch; - width: calc(var(--form-element-spacing-horizontal) * 2 + 2ch); -} - #nav-icon-lang a { display: flex; align-items: center; -- cgit v1.2.3