X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/c9e6cdf33c70b00f4dfe433e6a9f9e4234f46736..6200f20ad733db0f13be5dc766249c3c1f500937:/editor.css diff --git a/editor.css b/editor.css index fd92601..5c29523 100644 --- a/editor.css +++ b/editor.css @@ -24,11 +24,11 @@ form > ul > li > label + * { } .multiinput, -input,select { +input, textarea, select { box-sizing: border-box; flex-grow: 1; } -input:not([type=submit]) { +input:not([type=submit]), textarea { padding: .4rem; font-family: monospace; } @@ -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;