Feature: HdM Community-Vote — alle öffentlichen Hunde wählbar, eigene ausgenommen, SW by-v597
This commit is contained in:
parent
83958cbb0b
commit
031c6028ac
5 changed files with 127 additions and 51 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue