Added a little bit more leway to clicking buttons on the focus screen

This commit is contained in:
Emi Simpson 2022-11-16 12:40:21 -05:00
parent f364d00d3e
commit b9803d260b
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 5 additions and 5 deletions

10
dist/www/index.html vendored
View File

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