Fix: don't stretch non-square logos (#640)

This commit is contained in:
LoV432 2023-05-02 12:28:57 +05:00 committed by GitHub
parent 6d2d9baf35
commit f0f9f0a017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ export default {
img { img {
max-height: 100%; max-height: 100%;
object-fit: contain;
} }
} }
</style> </style>