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

View File

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