🔀 merge pull request 'v1.1.8' (#73) from dev into main

Reviewed-on: #73
This commit is contained in:
DrMaxNix 2024-03-12 22:24:48 +01:00
commit 9a85c3fb4f
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
// VERSION // // VERSION //
static::$version = "1.1.7"; static::$version = "1.1.8";
// DEPENDENCIES // // DEPENDENCIES //

View File

@ -255,7 +255,7 @@ span.align-left {
.section > .content { .section > .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 2rem;
padding: 1rem 2rem; padding: 1rem 2rem;
} }
@ -732,6 +732,7 @@ input {
border: none; border: none;
margin: 0; margin: 0;
font-family: inherit;
font-size: 1rem; font-size: 1rem;
color: var(--color-white); color: var(--color-white);
background: none; background: none;

View File

@ -289,11 +289,11 @@
"timeline_lesung_2_text" => [ "timeline_lesung_2_text" => [
"de" => [ "de" => [
"Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.", "Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.",
"<span class=\"inline gray\">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)</span>" "<span class=\"inline gray\">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)</span>"
], ],
"en" => [ "en" => [
"The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.", "The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.",
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 04 Mar 2024)</span>" "<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 12 Mar 2024)</span>"
] ]
], ],
"timeline_lesung_2_button" => [ "timeline_lesung_2_button" => [