fix squished images

master
Aevann 2023-06-28 01:01:32 +03:00
parent b7929df032
commit 1b9cae28b6
1 changed files with 2 additions and 0 deletions

View File

@ -7170,6 +7170,8 @@ body {
.dm_img {
width: 200px;
max-height: 100vh !important;
object-fit: contain;
object-position: left;
}
.navbar-nav > .nav-item {