mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Fix art dialog img wrong size
This commit is contained in:
parent
91906e7ab4
commit
4972e06992
|
|
@ -966,6 +966,15 @@ abbr[title] {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.art__dialog__img {
|
||||
max-width: 100%;
|
||||
max-height: 75vh;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.art__dialog__image-container img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user