diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
commit | 7f36c2090a3045a1a45c486d55250af11fc3d7c3 (patch) | |
tree | a828b6c1d520584ef31cd1d8b5e311ae12e9b895 /apps | |
parent | 399a965240af81e471af041d78b791baf99d7973 (diff) | |
download | nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.tar.gz nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.zip |
Make close icon fill more space
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/detailsView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss index c292a45b964..7393a459b8d 100644 --- a/apps/files/css/detailsView.scss +++ b/apps/files/css/detailsView.scss @@ -66,7 +66,7 @@ #app-sidebar .large.text { overflow-y: scroll; overflow-x: hidden; - padding-top: 15px; + padding-top: 14px; font-size: 80%; margin-left: 0; } @@ -121,7 +121,7 @@ position: absolute; top: 0; right: 0; - padding: 15px; + padding: 14px; opacity: .5; z-index: 1; } |