mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
fix public audio style
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b739dd5807
commit
53a71e428c
1 changed files with 9 additions and 0 deletions
|
|
@ -45,6 +45,15 @@ $download-button-section-height: 200px;
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
#imgframe:has(audio) {
|
||||
// for speed settings
|
||||
margin-top: 400px;
|
||||
}
|
||||
|
||||
#imgframe .plyr {
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
#imgframe .text-preview {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue