feat: move shots bar between team rows for cleaner layout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,8 +60,8 @@ function renderLiveGame(game) {
|
|||||||
${dot}
|
${dot}
|
||||||
</div>
|
</div>
|
||||||
${teamRow(game, 'Away', 'live')}
|
${teamRow(game, 'Away', 'live')}
|
||||||
${teamRow(game, 'Home', 'live')}
|
|
||||||
${shots}
|
${shots}
|
||||||
|
${teamRow(game, 'Home', 'live')}
|
||||||
${hype}
|
${hype}
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,6 +145,10 @@ main {
|
|||||||
border-top: 1px solid var(--card-border);
|
border-top: 1px solid var(--card-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.team-row + .shots-bar + .team-row {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.team-logo {
|
.team-logo {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@@ -199,7 +203,7 @@ main {
|
|||||||
/* ── Shots Bar ──────────────────────────────────── */
|
/* ── Shots Bar ──────────────────────────────────── */
|
||||||
|
|
||||||
.shots-bar {
|
.shots-bar {
|
||||||
margin-top: 0.75rem;
|
margin: 0.2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shots-row {
|
.shots-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user