Merge pull request #34068 from nextcloud/fix/only-apply-margin-to-audio

fix: also apply top margin to audio in firefox
This commit is contained in:
Simon L 2022-09-14 12:59:35 +02:00 committed by GitHub
commit 979652430d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@
margin-right: auto;
}
#imgframe:has(audio) {
#imgframe #viewer[data-handler=audios] {
margin-top: 400px;
}

View 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;
}

View file

@ -62,7 +62,7 @@
margin-right: auto;
}
#imgframe:has(audio) {
#imgframe #viewer[data-handler=audios] {
margin-top: 400px;
}