mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Merge branch 'main' into patch-new-logo
This commit is contained in:
commit
eb17dff7ff
2 changed files with 16 additions and 18 deletions
|
@ -54,7 +54,11 @@ defineEmits(['playthis']);
|
|||
--ico: '\f64d';
|
||||
}
|
||||
.pl-item {
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
grid-column-gap: 1rem;
|
||||
padding: 0.4rem;
|
||||
padding-right: 1rem;
|
||||
margin: 0.125rem;
|
||||
border-radius: 0.25rem;
|
||||
background: var(--color-background);
|
||||
|
@ -63,16 +67,15 @@ defineEmits(['playthis']);
|
|||
background: var(--color-background-soft);
|
||||
}
|
||||
.pl-main {
|
||||
padding-left: 2.75rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.pl-img {
|
||||
top: 0.45rem;
|
||||
left: 0.45rem;
|
||||
position: absolute;
|
||||
flex-shrink: 0;
|
||||
background-image: var(--src);
|
||||
height: 2.75rem;
|
||||
width: 2.75rem;
|
||||
border-radius: 0.125rem;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue