aboutsummaryrefslogtreecommitdiffstats
path: root/res/css/des.css
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-01-16 03:07:31 +0300
committerRblSb <msrblsb@gmail.com>2025-01-17 01:00:09 +0300
commitd9ca7beaa9494cf34590853901cf8be44e243775 (patch)
treef09ce979460bdf28363a922298283dfee0c506fb /res/css/des.css
parentf84fdc40ba817b6a2d907484b1e1500197ceeafe (diff)
Cache on server feature
Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
Diffstat (limited to 'res/css/des.css')
-rw-r--r--res/css/des.css27
1 files changed, 21 insertions, 6 deletions
diff --git a/res/css/des.css b/res/css/des.css
index bd5606d..bd354a7 100644
--- a/res/css/des.css
+++ b/res/css/des.css
@@ -192,8 +192,24 @@ button span {
/* Input */
-label {
- font-weight: bold;
+.checkbox-row {
+ text-align: left;
+ padding-left: 1.7rem;
+}
+
+.checkbox-row-item {
+ display: inline-flex;
+ align-items: center;
+ text-align: left;
+ white-space: nowrap;
+ padding: 0.3rem;
+ padding-right: .3rem;
+}
+
+input[type="checkbox"] {
+ width: 1rem;
+ height: 1rem;
+ margin-right: .3rem;
}
input,
@@ -432,13 +448,12 @@ header h4 {
width: 100%;
}
-#addfromurl div,
-#customembed div {
+/* Queue */
+
+.queue-buttons {
text-align: right;
}
-/* Queue */
-
.queue_temp {
background-color: var(--background-chat);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage