Added a little bit more leway to clicking buttons on the focus screen
This commit is contained in:
parent
f364d00d3e
commit
b9803d260b
10
dist/www/index.html
vendored
10
dist/www/index.html
vendored
|
@ -88,22 +88,22 @@ p {
|
|||
position: fixed;
|
||||
height: fit-content;
|
||||
font-size: 90px;
|
||||
padding: 30px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto 0;
|
||||
}
|
||||
#prev-image {
|
||||
left: 10vw;
|
||||
left: calc(10vw - 30px);
|
||||
}
|
||||
#next-image {
|
||||
right: 10vw;
|
||||
position: fixed;
|
||||
right: calc(10vw - 30px);
|
||||
}
|
||||
#close {
|
||||
position: absolute;
|
||||
font-size: 50px;
|
||||
top: 5px;
|
||||
right: 40px;
|
||||
right: 0;
|
||||
padding: 5px 40px;
|
||||
}
|
||||
#focused-panel.unzoomed > div.blurhash-frame {
|
||||
max-height: 80vh;
|
||||
|
|
Loading…
Reference in a new issue