Nightly: Admin Emoji-Picker für Custom-Badges; Kategorien UI: Umbenennen/Löschen + Anlegen; Badges im UI dargestellt

This commit is contained in:
vibe-bot 2025-08-09 17:30:21 +02:00
parent 8795657f69
commit 9e5ba70711
3 changed files with 81 additions and 16 deletions

View file

@ -440,6 +440,12 @@ header p {
max-height: 280px; overflow-y: auto;
z-index: 20000;
}
.emoji-picker {
display: grid; grid-template-columns: repeat(10, 2rem); gap: .25rem; padding: .5rem;
max-height: 260px; overflow: auto; background: #0f1530; border:1px solid rgba(255,255,255,.28); border-radius: 12px;
}
.emoji-picker button { background: transparent; border: 0; font-size: 1.25rem; cursor: pointer; }
.emoji-picker button:hover { filter: brightness(1.2); }
.select-item {
width: 100%; text-align: left; padding: 10px 12px; color: #e7e7ee;
background: transparent; border: 0;