diff options
| author | RblSb <msrblsb@gmail.com> | 2021-01-24 13:12:58 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-01-24 13:12:58 +0300 |
| commit | 35beab11cdccf09dc77917a795b033314e62a5b1 (patch) | |
| tree | 23134d53f46ac678742f7fc4095b66dd68010617 /res/css/des.css | |
| parent | 3444b413ab12783c85ce73df9931142fea11b749 (diff) | |
Video title input
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 18 |
1 files changed, 16 insertions, 2 deletions
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 { |
