FloatingPhotoViewer: Better CSS

- Fix that details background issue
- Make slide buttons slightly shorter by height
This commit is contained in:
veselcraft 2023-01-20 02:26:24 +03:00
parent 77c3c86031
commit 831a41754d
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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;
}