Admin Panel: Logout-Button in Sidebar hinzugefügt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-09 22:42:36 +01:00
parent 354a9cd977
commit 8951f46536
6 changed files with 67 additions and 47 deletions

View file

@ -1772,6 +1772,22 @@ html, body {
line-height: 1;
}
.ap-logout-btn {
margin-top: auto;
padding: 10px 16px;
background: transparent;
border: none;
border-top: 1px solid var(--border);
color: #e74c3c;
font-size: 0.85rem;
cursor: pointer;
text-align: left;
transition: background 0.15s;
}
.ap-logout-btn:hover {
background: rgba(231, 76, 60, 0.1);
}
/* ── Content Area ── */
.ap-content {
flex: 1;