X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0f67fe4500b7d99e30ed2b1a2810989915dab548..00f7495e80f983b1417f35f2242b57ea2e4e3226:/editor.css 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;