Skip to content

Commit

Permalink
tweak study multiboard size when only one board
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent 2c78f4c commit 08e143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/css/study/panel/_multiboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

.now-playing {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(250px, 100%/4)), 1fr));
grid-template-columns: repeat(auto-fill, minmax(min(100%/2, max(250px, 100%/4)), 1fr));

a {
@extend %box-radius;
Expand Down

0 comments on commit 08e143d

Please sign in to comment.