Skip to content

Commit

Permalink
Merge pull request #34068 from nextcloud/fix/only-apply-margin-to-audio
Browse files Browse the repository at this point in the history
fix: also apply top margin to audio in firefox
  • Loading branch information
szaimen authored Sep 14, 2022
2 parents 77680ac + d914b21 commit 9796524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/css/public.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files_sharing/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/css/publicView.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9796524

Please sign in to comment.