X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9197e3b6b3d5421bd29f6a2efbf9caf3bbaccf26..3207fe934ef25ea7980d123c83c2711cf8964646:/editor.css diff --git a/editor.css b/editor.css index 077de81..f376935 100644 --- a/editor.css +++ b/editor.css @@ -38,13 +38,13 @@ input[type=number] { select { padding: .3rem .2rem; /* TODO: input */ } -#thumbpreview { +#convertpreview { width: 300px; align-self: start; flex-shrink: 0; } -ul.popup { +.popup { display: flex; flex-wrap: wrap; align-items: end; @@ -58,6 +58,10 @@ ul.popup { background: rgba(0, 0, 0, .8); border: 1px solid #CCC; } +img.popup { + height: 100%; /* max assuming landscape */ + width: auto; /* keep aspect */ +} h1 { margin-bottom: 1ex;