aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-17 12:39:30 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-17 12:39:30 +0000
commit77dcb21688a121e4b9f93cd614546daad90f5a6c (patch)
tree272dd43fc3c71e7281d1879035caab60331a709f /style.css
parent2f18823e69ec1dd7622f652561e197a576dc3b80 (diff)
parentd94b41472e0e799ab0059fd711f52f1fba954be6 (diff)
downloadstable-diffusion-webui-gfx803-77dcb21688a121e4b9f93cd614546daad90f5a6c.tar.gz
stable-diffusion-webui-gfx803-77dcb21688a121e4b9f93cd614546daad90f5a6c.tar.bz2
stable-diffusion-webui-gfx803-77dcb21688a121e4b9f93cd614546daad90f5a6c.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'style.css')
-rw-r--r--style.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/style.css b/style.css
index 752d2cf4..2bdd1e0e 100644
--- a/style.css
+++ b/style.css
@@ -196,3 +196,40 @@ input[type="range"]{
border-radius: 8px;
}
+#lightboxModal{
+ display: none;
+ position: fixed;
+ z-index: 900;
+ padding-top: 100px;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+ background-color: rgba(20, 20, 20, 0.95);
+}
+
+.modalClose {
+ color: white;
+ position: absolute;
+ top: 10px;
+ right: 25px;
+ font-size: 35px;
+ font-weight: bold;
+}
+
+.modalClose:hover,
+.modalClose:focus {
+ color: #999;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+#modalImage {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: auto;
+ width: auto;
+}
+