firefox fix

This commit is contained in:
2023-05-19 14:17:18 +10:00
parent 9dbefe5a8a
commit 6a9a2f0a9e

View File

@@ -33,6 +33,10 @@ const imgError = ref(false);
display: flex;
flex-basis: 300px;
/* Firefox */
justify-content: center;
max-height: 300px;
img {
max-height: 100%;
max-width: 100%;