aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2022-09-30 09:10:57 +0300
committerGitHub <noreply@github.com>2022-09-30 09:10:57 +0300
commitb7c8c80362fdfb9a465042d8027c0af9063ff62a (patch)
treec8d195e229a7d9b9c98ffe71881fafaf96637320 /ui/src/app/app.component.sass
parentupgraded yt-dlp (diff)
parentMerge branch 'master' of https://github.com/alexta69/metube into custom-downl... (diff)
downloadmetube-b7c8c80362fdfb9a465042d8027c0af9063ff62a.tar.gz
metube-b7c8c80362fdfb9a465042d8027c0af9063ff62a.tar.bz2
metube-b7c8c80362fdfb9a465042d8027c0af9063ff62a.zip
Merge pull request #177 from jwoglom/custom-download-folder
Custom download folders (fixes #129)
Diffstat (limited to 'ui/src/app/app.component.sass')
-rw-r--r--ui/src/app/app.component.sass11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass
index 517af03..0f98556 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -9,9 +9,20 @@
.add-url-component
margin: 0.5rem auto
+.add-url-group
+ width: 100%
+
button.add-url
width: 100%
+.folder-dropdown-menu
+ width: 500px
+
+.folder-dropdown-menu .input-group
+ display: flex
+ padding-left: 5px
+ padding-right: 5px
+
$metube-section-color-bg: rgba(0,0,0,.07)
.metube-section-header
bgstack15