mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
FloatingPhotoViewer: Better CSS
- Fix that details background issue - Make slide buttons slightly shorter by height
This commit is contained in:
parent
77c3c86031
commit
831a41754d
1 changed files with 6 additions and 0 deletions
|
@ -2323,6 +2323,10 @@ a.poll-retract-vote {
|
||||||
margin: 15px auto 0 auto;
|
margin: 15px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ovk-photo-details {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.photo_com_title {
|
.photo_com_title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
@ -2337,6 +2341,7 @@ a.poll-retract-vote {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 35%;
|
width: 35%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 60vh;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2345,6 +2350,7 @@ a.poll-retract-vote {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 35%;
|
width: 35%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 60vh;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue