diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-04 15:47:43 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:44 +0200 |
commit | 3c36813ea70a82eadf77e9b86ae261320364d489 (patch) | |
tree | 6ec3c036ccdbef26ef56dc7106458d5dfdaeffd2 /apps/files_sharing | |
parent | 781ba420c95576ead4e8275b05fb72ea72b0d9c6 (diff) | |
download | nextcloud-server-3c36813ea70a82eadf77e9b86ae261320364d489.tar.gz nextcloud-server-3c36813ea70a82eadf77e9b86ae261320364d489.zip |
fix right sidebar position and first style
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index a8ad1ceaba7..42c9bee7173 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -1,3 +1,3 @@ .app-files .shareTabView { - min-height: 200px; + min-height: 100px; } |