This commit is contained in:
2026-01-24 01:48:56 +01:00
parent 16b60cb47a
commit 467461b747
3 changed files with 17 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ $app->assets()->addScript('/assets/app.js', 'footer', true);
</header>
<div class="mm-card">
<aside class="mm-sidebar">
<aside class="mm-sidebar mm-sidebar--top">
<div class="mm-panel">
<h2>Drucker auswählen</h2>
<label for="printerSelect">Einzelansicht</label>
@@ -48,8 +48,8 @@ $app->assets()->addScript('/assets/app.js', 'footer', true);
<th>Platte</th>
<th>Zusatz</th>
<th>Anwendung</th>
<th>Kinder</th>
<th>Emission</th>
<th>Kinder <span aria-hidden="true">👶</span></th>
<th>Emission <span aria-hidden="true">🌫️</span></th>
</tr>
</thead>
<tbody id="matBody"></tbody>