From b872b197b81ff50abf28c64c3203a0886ea7959f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 24 May 2020 10:17:43 +0200 Subject: [PATCH] word edit: select wikipedia images from overlay --- writer.plp | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) 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; +}