mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Delete remote playlists
+ minor ui changes
This commit is contained in:
parent
33fc79a736
commit
fb121317ee
9 changed files with 62 additions and 16 deletions
|
@ -473,7 +473,7 @@ onMounted(async () => {
|
|||
.grid {
|
||||
display: grid;
|
||||
width: fit-content;
|
||||
gap: 2rem;
|
||||
gap: 1rem;
|
||||
grid-auto-rows: 10rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
@ -553,4 +553,9 @@ input[type='file']::file-selector-button {
|
|||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
@media (min-width: 400px) {
|
||||
.grid {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue