From 35beab11cdccf09dc77917a795b033314e62a5b1 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 24 Jan 2021 13:12:58 +0300 Subject: Video title input --- res/css/des.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'res/css') diff --git a/res/css/des.css b/res/css/des.css index 70a5019..aa423bd 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -223,6 +223,10 @@ button.danger-bg:focus { visibility: visible; } +.display-flex { + display: flex; +} + /* Info */ .info { @@ -342,6 +346,15 @@ header h4 { /* Add video */ +#insert_template { + min-width: 2rem; +} + +#insert_template > div:first-child { + text-align: center; + flex-grow: 1; +} + #addfromurl, #customembed { padding: 1rem; @@ -354,8 +367,9 @@ header h4 { margin-bottom: 1rem; } -#addfromurl > div:first-child { - display: flex; +#mediatitle { + margin-left: 2rem; + flex-grow: 1; } #mediaurl { -- cgit v1.2.3