From 831a41754d61a63ed37c81d2fb93d860f45a8fe5 Mon Sep 17 00:00:00 2001 From: veselcraft Date: Fri, 20 Jan 2023 02:26:24 +0300 Subject: [PATCH] FloatingPhotoViewer: Better CSS - Fix that details background issue - Make slide buttons slightly shorter by height --- Web/static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 35460cf9..995966d6 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -2323,6 +2323,10 @@ a.poll-retract-vote { margin: 15px auto 0 auto; } +.ovk-photo-details { + overflow: auto; +} + .photo_com_title { font-weight: bold; padding-bottom: 20px; @@ -2337,6 +2341,7 @@ a.poll-retract-vote { left: 0; width: 35%; height: 100%; + max-height: 60vh; position: absolute; cursor: pointer; } @@ -2345,6 +2350,7 @@ a.poll-retract-vote { right: 0; width: 35%; height: 100%; + max-height: 60vh; position: absolute; cursor: pointer; }