changed story view image style

This commit is contained in:
@jcarymuhammedow
2026-04-20 18:03:44 +05:00
parent 29429f7139
commit 58287469ac

View File

@@ -179,7 +179,7 @@
inset: 0; inset: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
animation: slideInRight 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; animation: slideInRight 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
} }
@@ -188,7 +188,7 @@
inset: 0; inset: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
animation: slideInLeft 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; animation: slideInLeft 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
} }