aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorNikolay G <crushoverdrive@mail.ru>2023-02-17 20:51:50 +0300
committerGitHub <noreply@github.com>2023-02-17 20:51:50 +0300
commitf30bd109f7573472c288280b28abb7dd9d30ac7f (patch)
tree247d01d84268d0211f426b0dba30c410e7247797 /ui/src/app/app.component.sass
parentUpdate README.md (diff)
parentMerge pull request #219 from PikuZheng/patch-1 (diff)
downloadmetube-f30bd109f7573472c288280b28abb7dd9d30ac7f.tar.gz
metube-f30bd109f7573472c288280b28abb7dd9d30ac7f.tar.bz2
metube-f30bd109f7573472c288280b28abb7dd9d30ac7f.zip
Merge branch 'master' into master
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