mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fix image aspect ratio in rare case (#935)
This commit is contained in:
parent
57e204e697
commit
3c351b6a82
@ -180,6 +180,8 @@ $primary-color: #0062cc;
|
|||||||
|
|
||||||
::ng-deep .scale-width {
|
::ng-deep .scale-width {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
object-position: top center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user