mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Fixed:
- Blank custom api url - Collapsing .pl-item without art
This commit is contained in:
parent
2b33070a8a
commit
170b4a1f27
7 changed files with 124 additions and 96 deletions
|
@ -56,9 +56,9 @@ defineEmits(['playthis']);
|
|||
.pl-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
grid-column-gap: 1rem;
|
||||
min-height: 3.55rem;
|
||||
grid-column-gap: 0.4rem;
|
||||
padding: 0.4rem;
|
||||
padding-right: 1rem;
|
||||
margin: 0.125rem;
|
||||
border-radius: 0.25rem;
|
||||
background: var(--color-background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue