diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-18 23:23:44 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-18 23:23:44 +0200 |
| commit | 1fe324391d360d3a6f71a486b2b1be0d0f22456d (patch) | |
| tree | ef697e0761493d240a562f7e084c37f37d76ee73 /client/modalImage | |
| parent | f701e07f3a47e10c66eef831442b623df88c4597 (diff) | |
| parent | 03dae85958c9f4c4a41c9c5534cd54ccc1d04c5f (diff) | |
merge
Diffstat (limited to 'client/modalImage')
| -rw-r--r-- | client/modalImage/modal.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/modalImage/modal.css b/client/modalImage/modal.css index 3ac9237e..cf8f331d 100644 --- a/client/modalImage/modal.css +++ b/client/modalImage/modal.css @@ -77,7 +77,7 @@ } .modal .prev img, .modal .next img { - max-width: 100%; + max-width: 40px; max-height: 100%; } @@ -102,11 +102,11 @@ .desktop .modal .prev:hover { width: 9%; - left: -8px; + left: -10px; } .desktop .modal .next:hover { width: 9%; - right: -8px; + right: -10px; } .desktop .modal .close:hover { padding: 10px; |
