From: Mischa POSLAWSKY Date: Sun, 24 May 2020 08:17:43 +0000 (+0200) Subject: word edit: select wikipedia images from overlay X-Git-Tag: v1.13~259 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b872b197b81ff50abf28c64c3203a0886ea7959f word edit: select wikipedia images from overlay --- diff --git a/writer.plp b/writer.plp index 24c5599..66dd2be 100644 --- a/writer.plp +++ b/writer.plp @@ -28,6 +28,21 @@ dd > img { dd input ~ button { margin-left: -5em; } + +ul.popup { + display: flex; + flex-wrap: wrap; + align-items: end; + position: fixed; + left: 0; + top: 0; + margin: auto; + max-height: 90%; + max-width: 90%; + overflow: auto; + background: rgba(0, 0, 0, .8); + border: 1px solid #CCC; +}