aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-04-09 12:28:03 +0000
committerr <r@freesoftwareextremist.com>2021-04-09 12:28:03 +0000
commitbd74cb50e7e7be61f88687bc2d5f7ac63b45ea70 (patch)
tree547847666cacbaf96ee979338d797d2febd14ded /static/style.css
parentc7e130e305c1071a75ef4bbe01ad39af2343041d (diff)
downloadbloat-bd74cb50e7e7be61f88687bc2d5f7ac63b45ea70.tar.gz
bloat-bd74cb50e7e7be61f88687bc2d5f7ac63b45ea70.zip
Add image preview popup
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index b51b439..50b6fa2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -560,6 +560,12 @@ kbd {
padding: 2px 4px;
}
+#img-preview {
+ pointer-events: none;
+ z-index: 2;
+ position: fixed;
+}
+
.dark {
background-color: #222222;
background-image: none;