diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-12 23:07:52 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:10 +0200 |
commit | 8614693e9a6559542143fc3e5772de16205a008a (patch) | |
tree | 006bb7971e33fabdcb5980ef254d38f8651895d4 /apps/files/css | |
parent | 25ae3ea29662d2312d09de2a9d0f634e23e9adf6 (diff) | |
download | nextcloud-server-8614693e9a6559542143fc3e5772de16205a008a.tar.gz nextcloud-server-8614693e9a6559542143fc3e5772de16205a008a.zip |
Reduce bottom whitespace on share link page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 61dbdaaf025..73fc4b230f1 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -594,7 +594,13 @@ a.action > img { .summary { opacity: .3; /* add whitespace to bottom of files list to correctly show dropdowns */ - height: 300px; + height: 250px; +} +/* Less whitespace needed on link share page + * as there is a footer and action menus have fewer entries. + */ +#body-public .summary { + height: 180px; } .summary:hover, .summary:focus, @@ -973,7 +979,7 @@ table.dragshadow td.size { } } -/* Adjustments for public share page */ +/* Adjustments for link share page */ #body-public { #filestable.view-grid:not(.hidden) tbody td { /* More space for filename since there is no share icon */ @@ -987,7 +993,7 @@ table.dragshadow td.size { } } - /* Right-align view toggle on public share page */ + /* Right-align view toggle on link share page */ #view-toggle { position: absolute; right: 0; |