Fix: 'Stand erfassen' Button auf Mobile sichtbar (kein zweizeiliger Text)

This commit is contained in:
rene 2026-05-19 18:43:59 +02:00
parent 6fcc9d34d3
commit 4407b9b27f

View file

@ -576,17 +576,14 @@ window.Page_uebungen = (() => {
</td>
<td style="white-space:nowrap;vertical-align:middle">
<button id="ueb-quicksetup-btn"
style="padding:5px 12px;height:100%;
style="padding:6px 12px;height:100%;white-space:nowrap;
background:var(--c-surface-2);border:1px solid var(--c-border);
border-radius:var(--radius-sm);cursor:pointer;
display:flex;align-items:center;gap:var(--space-2)">
display:flex;align-items:center;gap:6px">
<svg class="ph-icon" style="width:15px;height:15px;flex-shrink:0;color:var(--c-primary)" aria-hidden="true">
<use href="/icons/phosphor.svg#list-checks"></use>
</svg>
<span style="display:flex;flex-direction:column;align-items:flex-start;gap:1px">
<span style="font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--c-text);white-space:nowrap;line-height:1.2">Stand erfassen</span>
<span style="font-size:10px;color:var(--c-text-muted);white-space:nowrap;line-height:1.2">Wo stehst du bei jeder Übung?</span>
</span>
<span style="font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--c-text)">Stand erfassen</span>
</button>
</td>
</tr>