aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.sass
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-29 19:02:00 -0400
committerJames Woglom <j@wogloms.net>2022-08-29 19:02:00 -0400
commitbbfde99aeb84d226a0de3ea15a439d18766d7ee4 (patch)
tree8ab3f80eb04cd3c5e1dc5272697dbb4b709f6bef /ui/src/app/app.component.sass
parentshow error if static assets are not found (diff)
downloadmetube-bbfde99aeb84d226a0de3ea15a439d18766d7ee4.tar.gz
metube-bbfde99aeb84d226a0de3ea15a439d18766d7ee4.tar.bz2
metube-bbfde99aeb84d226a0de3ea15a439d18766d7ee4.zip
Use angular primitives to toggle
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 517af03..656fac2 100644
--- a/ui/src/app/app.component.sass
+++ b/ui/src/app/app.component.sass
@@ -9,6 +9,9 @@
.add-url-component
margin: 0.5rem auto
+.add-url-group
+ width: 100%
+
button.add-url
width: 100%
bgstack15