mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Pin preview game selector to top with larger score gap
This commit is contained in:
@@ -1449,11 +1449,15 @@ watch(
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
align-self: stretch;
|
||||||
|
justify-content: flex-start;
|
||||||
|
padding-top: 2px;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreboard-preview__game-field {
|
.scoreboard-preview__game-field {
|
||||||
width: min(100%, 240px);
|
width: min(100%, 240px);
|
||||||
|
margin-bottom: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreboard-preview__score-controls {
|
.scoreboard-preview__score-controls {
|
||||||
|
|||||||
Reference in New Issue
Block a user