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

pull/549/merge
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
1 changed files with 1 additions and 0 deletions

View File

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