aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-09-13 20:25:32 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-09-13 20:25:32 +0300
commitee0fcc39937ce0598329ce246c17947ec7cac7fd (patch)
treea025b02a80abc6b0d1fd74e93e4866a8c92270d4 /ui/src/app/app.component.sass
parentupgrade to angular 12 (diff)
downloadmetube-ee0fcc39937ce0598329ce246c17947ec7cac7fd.tar.gz
metube-ee0fcc39937ce0598329ce246c17947ec7cac7fd.tar.bz2
metube-ee0fcc39937ce0598329ce246c17947ec7cac7fd.zip
allow selecting MP4 in the GUI
Diffstat (limited to 'ui/src/app/app.component.sass')
-rw-r--r--ui/src/app/app.component.sass6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass
index 99e1a37..2cc0ede 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -2,8 +2,12 @@
max-width: 720px
margin: 4rem auto
+.add-url-component
+ margin: 0.5rem auto
+
button.add-url
- min-width: 7rem
+ zmin-width: 7rem
+ width: 100%
$metube-section-color-bg: rgba(0,0,0,.07)
bgstack15