update a lot

This commit is contained in:
2026-05-19 13:56:13 +04:00
parent 5863574a78
commit 99d28c2114
6 changed files with 64 additions and 35 deletions

View File

@@ -1514,6 +1514,7 @@ select.name-input {
.live-footer-slot {
display: flex;
align-items: center;
min-height: 56px;
}
.live-footer-slot.left {
@@ -1529,18 +1530,13 @@ select.name-input {
}
.live-footer-logo {
max-width: min(35vw, 200px);
padding: 8px 6px;
width: auto;
height: auto;
height: 60px;
object-fit: contain;
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}
.live-footer-slot.right .live-footer-logo {
max-width: min(45vw, 280px);
}
.live-tie-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
@@ -1897,8 +1893,20 @@ select.name-input {
background: #0d1931;
}
.live-screen-card .qualified-row {
background: rgba(0, 140, 168, 0.16);
.live-rank-cell {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.live-rank-hint {
color: rgba(255, 255, 255, 0.74);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
white-space: nowrap;
}
.live-podium {
@@ -2901,11 +2909,7 @@ select.name-input {
}
.live-footer-logo {
max-height: 36px;
}
.live-footer-slot.right .live-footer-logo {
max-width: min(40vw, 150px);
max-width: min(34vw, 150px);
}
.live-tie-grid {