Refine TeamSnap lineup reading and gameday UI
This commit is contained in:
@@ -325,6 +325,14 @@ select {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.gameday-clip-list {
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.gameday-clip-list .clip-summary {
|
||||
padding: 0.6rem 0;
|
||||
}
|
||||
|
||||
.clip-summary {
|
||||
display: grid;
|
||||
gap: 0.35rem;
|
||||
@@ -946,19 +954,6 @@ select {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.gameday-debug {
|
||||
margin: 0;
|
||||
padding: 0.75rem 0.85rem;
|
||||
border-radius: 0.75rem;
|
||||
background: rgba(19, 34, 56, 0.06);
|
||||
color: var(--ink);
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
|
||||
font-size: 0.82rem;
|
||||
line-height: 1.45;
|
||||
white-space: pre-wrap;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.gameday-toolbar {
|
||||
left: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user