search field visibility changed, tournament import fixed
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 5m4s

This commit is contained in:
Torsten Schulz (local)
2026-09-04 07:33:52 +02:00
parent 5ac126bedb
commit 6aeff309cd
2 changed files with 68 additions and 2 deletions

View File

@@ -2185,6 +2185,8 @@ export default {
.panel-header h3 { margin: 0; color: #17366d; font-size: 1rem; }
.panel-header p { margin: 0; color: #64748b; font-size: .9rem; }
.panel-toolbar { display: flex; align-items: center; gap: .6rem; margin-bottom: .75rem; }
.suggestion-toolbar .title-input { flex: 1 1 22rem; min-width: 16rem; width: auto; }
.suggestion-toolbar select { flex: 0 0 15rem; width: 15rem; max-width: 30%; }
.toolbar-checkbox { display: inline-flex; align-items: center; gap: .35rem; color: #556070; font-size: .9rem; white-space: nowrap; }
.toolbar-meta { color: #64748b; font-size: .88rem; white-space: nowrap; }
.event-list { list-style: none; padding: 0; margin: 0; }
@@ -2451,6 +2453,14 @@ th, td { border-bottom: 1px solid var(--border-color); padding: 0.5rem; text-ali
align-items: stretch;
}
.suggestion-toolbar .title-input,
.suggestion-toolbar select {
flex: 1 1 auto;
width: 100%;
min-width: 0;
max-width: none;
}
.overview-stats {
grid-template-columns: repeat(2, minmax(120px, 1fr));
}