Based on https://github.com/nextcloud/viewer/pull/1371 .
If we are displaying an audio file in a single page share
provide enough margin to display the speed settings.
Signed-off-by: Max <max@nextcloud.com>
margin-right: auto;
}
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
margin-top: 400px;
}
margin-right: auto;
}
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
// for speed settings
margin-top: 400px;
}
margin-right: auto;
}
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
margin-top: 400px;
}