diff --git a/backend/static/assets/bauerbeiter-eng-sticker.png b/backend/static/assets/bauerbeiter-eng-sticker.png new file mode 100644 index 0000000..8b497b0 Binary files /dev/null and b/backend/static/assets/bauerbeiter-eng-sticker.png differ diff --git a/backend/static/styles.css b/backend/static/styles.css index 086d08f..ec7b111 100644 --- a/backend/static/styles.css +++ b/backend/static/styles.css @@ -446,6 +446,8 @@ input[type="file"]:focus { border: 1px dashed rgba(109, 47, 61, 0.34); border-radius: 14px; padding: 0.9rem 1rem; + justify-items: center; + text-align: center; background: rgba(255, 255, 255, 0.88); cursor: pointer; transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease; @@ -509,6 +511,7 @@ input[type="file"]:focus { .upload-count { margin: 0.2rem 0 0; font-weight: 600; + text-align: center; } .upload-ready { @@ -516,6 +519,7 @@ input[type="file"]:focus { color: rgba(39, 66, 53, 0.88); font-weight: 600; display: none; + text-align: center; } .upload-ready.is-visible { @@ -532,6 +536,7 @@ input[type="file"]:focus { display: flex; flex-wrap: wrap; gap: 0.45rem; + justify-content: center; } .upload-file-list li { @@ -1180,6 +1185,21 @@ body.has-route-modal { max-width: min(460px, 100%); } +.taxi-coming-soon--de { + max-width: min(660px, 100%); +} + +.taxi-coming-soon--en { + max-width: min(460px, 100%); + overflow: hidden; +} + +.taxi-coming-soon--en .taxi-sticker--en { + width: 156%; + max-width: none; + margin-left: -28%; +} + .taxi-coming-soon img { display: block; width: 100%; diff --git a/backend/templates/info.html b/backend/templates/info.html index fbe1144..6cc375f 100644 --- a/backend/templates/info.html +++ b/backend/templates/info.html @@ -133,9 +133,10 @@ })(); {% elif page == 'taxi' %} -
 }})