mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
commit
979652430d
3 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
#imgframe:has(audio) {
|
||||
#imgframe #viewer[data-handler=audios] {
|
||||
margin-top: 400px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
#imgframe:has(audio) {
|
||||
#imgframe #viewer[data-handler=audios] {
|
||||
margin-top: 400px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue