This commit is contained in:
2026-05-09 22:50:51 +02:00
parent 520d3924af
commit ab5a0c7697
79 changed files with 285640 additions and 346 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 413 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AzA-Empfang Chat</title>
<link rel="icon" href="/empfang/favicon.ico" sizes="any"/>
<link rel="icon" href="/empfang/aza_logo.png" type="image/png"/>
<style>
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;font-family:'Segoe UI',system-ui,sans-serif;background:#eaf1f8;color:#1a2a3a;font-size:10pt}
@@ -29,7 +31,8 @@ header h1{font-size:.95rem;font-weight:700;min-width:0;overflow:hidden;text-over
#cw-settings .set-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.shell-body{display:flex;flex:1;min-height:0;overflow:hidden}
#nav-mini{width:72px;min-width:72px;flex-shrink:0;background:var(--aza-rail);display:flex;flex-direction:column;align-items:center;padding:14px 0;border-right:1px solid rgba(255,255,255,.12)}
.nr-m-logo{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;font:700 .65rem/1.1 'Segoe UI',sans-serif;display:flex;align-items:center;justify-content:center;text-align:center;padding:4px;margin-bottom:12px}
.nr-m-logo{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);display:flex;align-items:center;justify-content:center;text-align:center;padding:4px;margin-bottom:12px;overflow:hidden}
.nr-m-logo img{width:100%;height:100%;object-fit:contain;display:block;border-radius:8px}
.nr-m-btn{width:44px;height:44px;border:none;border-radius:11px;background:transparent;color:#fff;font-size:1.2rem;cursor:pointer;margin-bottom:10px;display:flex;align-items:center;justify-content:center}
.nr-m-btn:hover{background:rgba(255,255,255,.12)}
#main-col-wrap{flex:1;display:flex;flex-direction:column;min-width:0;background:#f0f6fb}
@@ -105,7 +108,7 @@ header h1{font-size:.95rem;font-weight:700;min-width:0;overflow:hidden;text-over
</div>
<div class="shell-body">
<nav id="nav-mini" aria-label="Kurzbefehle">
<div class="nr-m-logo" title="AzA-Empfang">AzA</div>
<div class="nr-m-logo" title="AzA-Empfang"><img src="/empfang/aza_logo.png" alt="AzA" width="44" height="44" decoding="async"/></div>
<button type="button" class="nr-m-btn" onclick="reloadThread()" title="Aktualisieren">&#8635;</button>
<button type="button" class="nr-m-btn" onclick="toggleSettings()" title="Einstellungen">&#9881;</button>
</nav>