diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-10-03 09:40:22 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-07 10:19:19 +0100 |
commit | 08e681b221736e101880b6698dee7f58b54fb5b4 (patch) | |
tree | 9f63ca831f9739b7c9b470a669bba85221652db0 /apps/files_sharing/css/mobile.scss | |
parent | 16f379b9741a2ce9ca0ac3ea0f71a8fc98ce0890 (diff) | |
download | nextcloud-server-08e681b221736e101880b6698dee7f58b54fb5b4.tar.gz nextcloud-server-08e681b221736e101880b6698dee7f58b54fb5b4.zip |
Inlines the share note for file drops
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files_sharing/css/mobile.scss')
-rw-r--r-- | apps/files_sharing/css/mobile.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss index 272dbbc0c34..3d2f5c7ac7e 100644 --- a/apps/files_sharing/css/mobile.scss +++ b/apps/files_sharing/css/mobile.scss @@ -51,4 +51,13 @@ table td.filename .nametext { background-position: center; } + .disclaimer, + .note { + padding: 0 20px; + } + + #emptycontent { + margin-top: 10vh; + } + } |