]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: also apply top margin to audio in firefox 34068/head
authorMax <max@nextcloud.com>
Wed, 14 Sep 2022 09:11:43 +0000 (11:11 +0200)
committerMax <max@nextcloud.com>
Wed, 14 Sep 2022 09:11:43 +0000 (11:11 +0200)
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>
apps/files_sharing/css/public.css
apps/files_sharing/css/public.scss
apps/files_sharing/css/publicView.css

index 2fbadf933ce773cc309771be9c09edd9d27c2a1d..662e6003ff122f65077e610d88c2a9937bbec1d3 100644 (file)
@@ -62,7 +62,7 @@
   margin-right: auto;
 }
 
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
   margin-top: 400px;
 }
 
index 3a71f308f3611180c76d6218d8e8166289395e72..72762bd3bcdfcc05b6cf1dbe25b37e5030ec4814 100644 (file)
@@ -45,7 +45,7 @@ $download-button-section-height: 200px;
        margin-right: auto;
 }
 
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
        // for speed settings
     margin-top: 400px;
 }
index e8b116994c558f904950e8648840e252528ded9f..6e3b5f5a0032d3147ea186d1d1a958480d1a57d8 100644 (file)
@@ -62,7 +62,7 @@
   margin-right: auto;
 }
 
-#imgframe:has(audio) {
+#imgframe #viewer[data-handler=audios] {
   margin-top: 400px;
 }