- Update year in license
- improved "Add to Playlist" modal
- Disable error logging
This commit is contained in:
Shiny Nematoda 2023-03-26 10:56:06 +00:00
parent 3f5abe967b
commit 62eeca661c
5 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,3 @@
{
"date": "2023-03-05"
"date": "2023-03-26"
}

View file

@ -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 {