From ed78be0c8452158cf804edc51f3f6a178691dffa Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 12 Mar 2024 22:16:49 +0100 Subject: [PATCH 1/4] :lipstick: apply page font to inputs as well --- page/start/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/page/start/style.css b/page/start/style.css index 74088cf..c132266 100644 --- a/page/start/style.css +++ b/page/start/style.css @@ -732,6 +732,7 @@ input { border: none; margin: 0; + font-family: inherit; font-size: 1rem; color: var(--color-white); background: none; From 161ff3a9ca6dfe37f1f3cecde3dfaead5f630531 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 12 Mar 2024 22:21:39 +0100 Subject: [PATCH 2/4] :lipstick: increase gap of content boxes --- page/start/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/start/style.css b/page/start/style.css index c132266..41c2a27 100644 --- a/page/start/style.css +++ b/page/start/style.css @@ -255,7 +255,7 @@ span.align-left { .section > .content { display: flex; flex-direction: column; - gap: 1rem; + gap: 2rem; padding: 1rem 2rem; } From 589c90252797b4cce90f4d4fb4f205b6724e688d Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 12 Mar 2024 22:23:58 +0100 Subject: [PATCH 3/4] :speech_balloon: recheck bundestag agenda status --- page/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/strings.php b/page/strings.php index b1472ef..8c49084 100644 --- a/page/strings.php +++ b/page/strings.php @@ -289,11 +289,11 @@ "timeline_lesung_2_text" => [ "de" => [ "Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.", - "Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 13 Mär 2024 (Stand: 04 Mär 2024)" + "Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 13 Mär 2024 (Stand: 12 Mär 2024)" ], "en" => [ "The second reading in the Bundestag (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.", - "Note: The agenda of the Bundestag (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 04 Mar 2024)" + "Note: The agenda of the Bundestag (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 12 Mar 2024)" ] ], "timeline_lesung_2_button" => [ From 7d28c96225e11b827b9d87ca3e3cb0df8ad49155 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 12 Mar 2024 22:24:08 +0100 Subject: [PATCH 4/4] :bookmark: bump version to v1.1.8 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index 5a758c8..f229ed9 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@