This commit is contained in:
vapormusic 2022-01-22 10:28:37 +07:00
parent 0cd8293472
commit e1f9b966da
6 changed files with 97 additions and 5 deletions

View file

@ -5160,4 +5160,12 @@ body.no-gpu {
}
}
.qrimg {
width: -webkit-fill-available;
max-block-size: -webkit-fill-available;
object-fit: contain;
overflow-x: hidden;
overflow-y: hidden;
}
@import url("less/compact.less");