summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 39c0401407c..3a71f308f36 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -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;