mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix: also apply top margin to audio in firefox
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>
This commit is contained in:
parent
77680ac089
commit
d914b21876
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