fix: enlarge audios
This commit is contained in:
parent
12eb75f04d
commit
b379e13e40
1 changed files with 5 additions and 0 deletions
|
@ -736,6 +736,11 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
scale: 2;
|
||||||
|
transform: translate(25%, -25%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-screen {
|
.loading-screen {
|
||||||
|
|
Loading…
Reference in a new issue