diff options
| author | 2025-08-03 01:17:31 +0700 | |
|---|---|---|
| committer | 2025-08-03 01:17:31 +0700 | |
| commit | 82a6999ecbfdf718bc7a31cb46bf9829e986ff10 (patch) | |
| tree | 4d6ac7f259d93a642fbf3cfc0e9c1e300742c684 /static/input.css | |
| parent | f8dec847e0e4ea5bf473fff5949110f13ea5bc04 (diff) | |
| download | web-82a6999ecbfdf718bc7a31cb46bf9829e986ff10.tar.gz web-82a6999ecbfdf718bc7a31cb46bf9829e986ff10.zip | |
fix: more space for enlargened gallery + correct margin0.3.3
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/input.css b/static/input.css index e1dd950..3ab5028 100644 --- a/static/input.css +++ b/static/input.css @@ -326,9 +326,9 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom { } .lg-container:not([class~="lg-inline"]) .lg-outer { - width: 80%; - height: 80%; - margin: 10%; + width: 90%; + height: 90%; + margin: 5vh 5vw; } .lg-thumb-outer { |