make slide present mode exit button clickable at all sizes

This commit is contained in:
ansuz 2017-02-22 17:40:44 +01:00
parent 1494387c9f
commit d0b7576d84
2 changed files with 2 additions and 0 deletions

View File

@ -1294,6 +1294,7 @@ html.cp,
.cp.slide #modal #button_exit {
left: 20px;
top: 20px;
z-index: 9001;
}
.cp.slide #modal #button_left {
left: 6vw;

View File

@ -848,6 +848,7 @@ form.realtime, div.realtime {
#button_exit {
left: 20px;
top: 20px;
z-index: 9001;
}
#button_left {
left: 6vw;