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

Commit

Permalink
Set li to fixed size (this should avoid the initial weirdness around …
Browse files Browse the repository at this point in the history
…image loading)
  • Loading branch information
torbencarstens committed Jul 26, 2023
1 parent dca338a commit 8f7dcca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ a {
.queue-item {
list-style: none;
flex: 1;
width: 250px;
height: 500px;
}
#queue {
Expand All @@ -49,7 +51,7 @@ a {
}
.queue-item-cover-image {
max-height: 500px;
max-height: 400px;
}
.queue-item-header {
Expand Down

0 comments on commit 8f7dcca

Please sign in to comment.