aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-12-13 22:43:58 +0200
committerAlex <alexta69@gmail.com>2019-12-13 22:43:58 +0200
commit13e690dd63af0102cf682af79cdceb782da82abf (patch)
tree9e33d5fa85bf0f2ba353a91eae19d6a3af5f1869 /ui/src/app/app.component.sass
parentrecursive add (download entire channels) (diff)
downloadmetube-13e690dd63af0102cf682af79cdceb782da82abf.tar.gz
metube-13e690dd63af0102cf682af79cdceb782da82abf.tar.bz2
metube-13e690dd63af0102cf682af79cdceb782da82abf.zip
add quality selection
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 71b07f8..99e1a37 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -2,6 +2,9 @@
max-width: 720px
margin: 4rem auto
+button.add-url
+ min-width: 7rem
+
$metube-section-color-bg: rgba(0,0,0,.07)
.metube-section-header
bgstack15