This commit is contained in:
2026-06-23 03:31:15 +01:00
parent 285bddb968
commit 0795bced60
3 changed files with 79 additions and 4 deletions
+46
View File
@@ -884,6 +884,52 @@ h3 {
margin-left: calc(50% - 42.5vw);
}
.bracket-fs-container {
position: relative;
}
.bracket-fs-container:fullscreen {
display: flex;
flex-direction: column;
background-color: var(--color-bg);
}
.bracket-fs-container:fullscreen .bracket-viewport {
flex: 1;
max-height: none;
}
.bracket-fs-btn {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 10;
padding: 0.25rem 0.5rem;
border: 1px solid var(--color-border);
border-radius: 0.375rem;
background: color-mix(in srgb, var(--color-surface) 85%, transparent);
font-size: 0.875rem;
font-weight: 600;
color: var(--color-text-muted);
cursor: pointer;
transition: color 0.15s;
line-height: 1;
}
.bracket-fs-btn:hover {
color: var(--color-text);
}
/* List-style column inside the bracket viewport (Swiss / group rounds).
Two cards side by side; wider than the 200px bracket column. */
.tournament-list-column {
position: relative;
z-index: 1;
display: flex;
min-width: 440px;
flex-direction: column;
}
.bracket-caret {
display: inline-block;
font-size: 1.35rem;