Removing uv as package manager. Isues with using it on network volume.

This commit is contained in:
g_it 2026-02-02 09:37:52 +01:00
commit 71130424e3
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
347 changed files with 1271 additions and 1851 deletions

View file

@ -1,37 +0,0 @@
/*****************************
* MEDIA PLAYER
*****************************/
media-player {
margin: 5px 0;
* {
filter: none;
}
}
.light .vds-time,
.vds-button {
--default-color: #818589 !important;
color: #818589 !important;
}
.light .vds-audio-layout .vds-play-button,
.vds-audio-layout.light .vds-play-button {
--default-bg: transparent !important;
}
.media-audio-layout {
background-color: transparent !important;
}
.vds-audio-layout.light {
--default-bg: transparent !important;
}
.vds-title {
font-family: var(--secondary-font);
font-size: 0.8em;
font-weight: bold;
color: #818589;
}