Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 23, 2023
1 parent 816a3ec commit b5cc2a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $board-min-width: 200px !default;
'player-bot side' $player-height
'controls side' var(--controls-height)
/ minmax($board-min-width, calc(100vh - 2 * #{$player-height} - var(--controls-height)))
$grid-side-column-full-screen;
$grid-side-column-full-screen;
&.lpv--select {
grid-template-areas:
'player-top select'
Expand All @@ -130,7 +130,10 @@ $board-min-width: 200px !default;
'player-bot' $player-height
'controls' var(--controls-height)
'side' auto
/ minmax($board-min-width, calc(100vh - 2 * #{$player-height} - var(--controls-height) - #{$grid-side-row}));
/ minmax(
$board-min-width,
calc(100vh - 2 * #{$player-height} - var(--controls-height) - #{$grid-side-row})
);
}
}
}
Expand Down

0 comments on commit b5cc2a1

Please sign in to comment.