search field visibility changed, tournament import fixed
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 5m4s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 5m4s
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user