mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 11:05:09 -05:00
Fix art dialog img wrong size
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user