Knigge: padding space-5 (20px) statt card-body — SW by-v421
This commit is contained in:
parent
acf8040238
commit
993a3b9a32
3 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '399'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '400'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||||
|
|
||||||
const App = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,7 @@ window.Page_knigge = (() => {
|
||||||
function _renderVoting() {
|
function _renderVoting() {
|
||||||
const cards = SZENARIEN.map(s => `
|
const cards = SZENARIEN.map(s => `
|
||||||
<div class="card" style="margin-bottom:var(--space-4)" id="sz-${s.id}">
|
<div class="card" style="margin-bottom:var(--space-4)" id="sz-${s.id}">
|
||||||
<div class="card-body">
|
<div style="padding:var(--space-5)">
|
||||||
<p style="font-weight:var(--weight-semibold);margin-bottom:var(--space-3);line-height:1.5">
|
<p style="font-weight:var(--weight-semibold);margin-bottom:var(--space-3);line-height:1.5">
|
||||||
${_esc(s.frage)}
|
${_esc(s.frage)}
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -298,7 +298,7 @@ window.Page_knigge = (() => {
|
||||||
${UI.icon('robot')} KI-Situationsberater
|
${UI.icon('robot')} KI-Situationsberater
|
||||||
</h2>
|
</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div style="padding:var(--space-5)">
|
||||||
<textarea id="ki-situation-input" class="form-control"
|
<textarea id="ki-situation-input" class="form-control"
|
||||||
rows="3"
|
rows="3"
|
||||||
placeholder="Beschreibe deine Situation…"
|
placeholder="Beschreibe deine Situation…"
|
||||||
|
|
@ -368,7 +368,7 @@ window.Page_knigge = (() => {
|
||||||
${UI.icon('shield')} Haftpflicht-Hinweise
|
${UI.icon('shield')} Haftpflicht-Hinweise
|
||||||
</h2>
|
</h2>
|
||||||
<div class="card" style="margin-bottom:var(--space-8)">
|
<div class="card" style="margin-bottom:var(--space-8)">
|
||||||
<div class="card-body">
|
<div style="padding:var(--space-5)">
|
||||||
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)">
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)">
|
||||||
<li style="display:flex;gap:var(--space-3);align-items:flex-start">
|
<li style="display:flex;gap:var(--space-3);align-items:flex-start">
|
||||||
<span style="font-size:1.2rem;flex-shrink:0">${UI.icon('scales')}</span>
|
<span style="font-size:1.2rem;flex-shrink:0">${UI.icon('scales')}</span>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v420';
|
const CACHE_VERSION = 'by-v421';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue