Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
feat(frontend): center queue/preview pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
mjossdev committed May 14, 2021
1 parent 8fdfe23 commit 633454a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/components/Grid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@
height: var(--column-width);
}
.preview:first-child, .queue:first-child {
.preview:first-child, .queue:first-child, .preview:last-child, .queue:last-child {
width: var(--edge-column-width);
}
.queue,
.column {
.column,
.preview {
display: flex;
flex-direction: column-reverse;
align-items: center;
}
.column {
Expand Down

0 comments on commit 633454a

Please sign in to comment.