aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-29 20:41:21 -0400
committerJames Woglom <j@wogloms.net>2022-08-29 20:41:21 -0400
commitf79c8fa7542822cd3edd542d646fc5881d3bb80e (patch)
tree286b2562995d0d5a8fd05fb13e678725266fa719 /ui/src/app/app.component.sass
parentPropagate configuration on load via downloads socket (diff)
downloadmetube-f79c8fa7542822cd3edd542d646fc5881d3bb80e.tar.gz
metube-f79c8fa7542822cd3edd542d646fc5881d3bb80e.tar.bz2
metube-f79c8fa7542822cd3edd542d646fc5881d3bb80e.zip
pass custom_directories from server to client
Diffstat (limited to 'ui/src/app/app.component.sass')
-rw-r--r--ui/src/app/app.component.sass3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass
index 656fac2..d95fc0d 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -15,6 +15,9 @@
button.add-url
width: 100%
+.folder-dropdown-menu
+ width: 500px
+
$metube-section-color-bg: rgba(0,0,0,.07)
.metube-section-header
bgstack15