diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-12 08:06:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 08:06:27 +0300 |
commit | 3e2ac603e9f6cb777fac6b6accc7bd7e9292aaec (patch) | |
tree | 42024394014706e885c2f36b123f62894a9ceae3 /style.css | |
parent | ab0b0e1e767ddc7ceeaced11513c3692538938eb (diff) | |
parent | db85421da18cfaaf1ed0361bc2a9ee40b5796344 (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.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -436,9 +436,7 @@ input[type="range"]{ #modalImage {
display: block;
- margin-left: auto;
- margin-right: auto;
- margin-top: auto;
+ margin: auto;
width: auto;
}
|