mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Changes:
- Update year in license - improved "Add to Playlist" modal - Disable error logging
This commit is contained in:
parent
3f5abe967b
commit
62eeca661c
5 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"date": "2023-03-05"
|
||||
"date": "2023-03-26"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ async function Like() {
|
|||
plRemote = true;
|
||||
"
|
||||
:data-active="pl == i.id && plRemote == true">
|
||||
<span>{{ i.name }}</span
|
||||
<span>{{ i.name.replace('Playlist -', '') }}</span
|
||||
><span class="ml-auto">{{ i.videos }}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -463,6 +463,7 @@ input[type='range']::-moz-range-track {
|
|||
/* Playlist addition */
|
||||
.ml-auto {
|
||||
margin-left: auto;
|
||||
width: min-content;
|
||||
}
|
||||
.item {
|
||||
background: var(--color-background);
|
||||
|
@ -480,6 +481,11 @@ input[type='range']::-moz-range-track {
|
|||
color: var(--color-background);
|
||||
background: linear-gradient(135deg, cornflowerblue, #88c0d0);
|
||||
}
|
||||
.item::before {
|
||||
content: '\F4E1';
|
||||
font-family: bootstrap-icons;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.statusbar-progress-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue