Feature: HdM Community-Vote — alle öffentlichen Hunde wählbar, eigene ausgenommen, SW by-v597

This commit is contained in:
rene 2026-05-02 08:44:59 +02:00
parent 83958cbb0b
commit 031c6028ac
5 changed files with 127 additions and 51 deletions

View file

@ -5241,11 +5241,19 @@ html.modal-open {
margin-bottom: var(--space-3);
}
/* Kandidaten-Suche */
.hdm-kandidaten-search {
margin-bottom: var(--space-3);
}
/* Vote-Grid */
.hdm-vote-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--space-3);
max-height: 340px;
overflow-y: auto;
padding-right: var(--space-1);
}
.hdm-vote-card {