diff options
author | Max <max@nextcloud.com> | 2022-07-25 20:17:15 +0200 |
---|---|---|
committer | Vincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com> | 2022-08-25 21:59:19 +0000 |
commit | 99aa938452a089e66fe993c98a4292fcfa9caa15 (patch) | |
tree | e3f7eae822e3c610a11c580294dcefe011c18db3 /apps/files_sharing/css/mobile.scss | |
parent | 38d0419f14ad70dbd82ef18946846b8ce3ea1682 (diff) | |
download | nextcloud-server-99aa938452a089e66fe993c98a4292fcfa9caa15.tar.gz nextcloud-server-99aa938452a089e66fe993c98a4292fcfa9caa15.zip |
feature: first take on using the viewer to render single file shares
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/css/mobile.scss')
-rw-r--r-- | apps/files_sharing/css/mobile.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss index d058ad2a30e..5800bf6755f 100644 --- a/apps/files_sharing/css/mobile.scss +++ b/apps/files_sharing/css/mobile.scss @@ -24,7 +24,6 @@ table td.filename .nametext { #imgframe { width: 100%; padding: 0; - margin-bottom: 35px; } /* some margin for the file type icon */ #imgframe .publicpreview { |