diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-06-27 16:28:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 16:28:41 +0200 |
commit | f7ea09a0ff9879cb6f5c83869f0c65b954696fe2 (patch) | |
tree | 5dc47df3aa5a98344bcff2f61c2b7296971874be /apps/files_sharing/css/public.scss | |
parent | c63f1d8d39f0ccae4483c6c37a1ecf7fa9040b81 (diff) | |
parent | a8323bbc0536ee82b9f7d852a34bf266125d2033 (diff) | |
download | nextcloud-server-f7ea09a0ff9879cb6f5c83869f0c65b954696fe2.tar.gz nextcloud-server-f7ea09a0ff9879cb6f5c83869f0c65b954696fe2.zip |
Merge pull request #16118 from nextcloud/fix-placement-of-icon-in-public-share-page-for-audio-files
Fix placement of icon in public share page for audio files
Diffstat (limited to 'apps/files_sharing/css/public.scss')
-rw-r--r-- | apps/files_sharing/css/public.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index f0f367d5596..a8207167c2c 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -25,6 +25,12 @@ max-width: 100% !important; } +#imgframe audio { + display: block; + margin-left: auto; + margin-right: auto; +} + #imgframe .text-preview { display: inline-block; position: relative; |