aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-12 08:06:27 +0300
committerGitHub <noreply@github.com>2023-03-12 08:06:27 +0300
commit3e2ac603e9f6cb777fac6b6accc7bd7e9292aaec (patch)
tree42024394014706e885c2f36b123f62894a9ceae3 /style.css
parentab0b0e1e767ddc7ceeaced11513c3692538938eb (diff)
parentdb85421da18cfaaf1ed0361bc2a9ee40b5796344 (diff)
Merge pull request #8156 from bluelovers/pr/lightbox-001
feat: better lightbox when not enable zoom
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/style.css b/style.css
index fc0f47a6..2f26ad02 100644
--- a/style.css
+++ b/style.css
@@ -436,9 +436,7 @@ input[type="range"]{
#modalImage {
display: block;
- margin-left: auto;
- margin-right: auto;
- margin-top: auto;
+ margin: auto;
width: auto;
}