This commit is contained in:
syuilo 2025-09-19 14:23:34 +09:00
parent 93ff209c51
commit 97adf6f2cc
1 changed files with 4 additions and 2 deletions

View File

@ -392,10 +392,12 @@ function onImagePointerdown(ev: PointerEvent) {
position: absolute;
top: 0;
left: 0;
width: -webkit-fill-available;
/* iOS
width: stretch;
height: -webkit-fill-available;
height: stretch;
*/
width: calc(100% - 40px);
height: calc(100% - 40px);
margin: 20px;
box-sizing: border-box;
object-fit: contain;