X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9197e3b6b3d5421bd29f6a2efbf9caf3bbaccf26..00f7495e80f983b1417f35f2242b57ea2e4e3226:/editor.css?ds=inline diff --git a/editor.css b/editor.css index 077de81..5c29523 100644 --- a/editor.css +++ b/editor.css @@ -44,7 +44,7 @@ select { 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;