fix: enlarge audios

This commit is contained in:
Tomáš Mládek 2022-12-11 10:08:35 +01:00
parent 12eb75f04d
commit b379e13e40

View file

@ -736,6 +736,11 @@
visibility: hidden;
}
}
audio {
scale: 2;
transform: translate(25%, -25%);
}
}
.loading-screen {