1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

optimize image loading

This commit is contained in:
Fedor Katurov 2023-11-04 11:34:37 +06:00
parent 65196bbbbb
commit 9662e70fa7
2 changed files with 8 additions and 7 deletions

View file

@ -117,7 +117,7 @@
}
.image {
max-inline-size: calc(100vh - 150px);
max-inline-size: calc(100vh - 160px);
writing-mode: vertical-rl;
block-size: auto;
border-radius: $radius;