From 7f36c2090a3045a1a45c486d55250af11fc3d7c3 Mon Sep 17 00:00:00 2001
From: Marin Treselj <marin@pixelipo.com>
Date: Tue, 21 Nov 2017 15:33:23 +0100
Subject: [PATCH] Make close icon fill more space

Signed-off-by: Marin Treselj <marin@pixelipo.com>
---
 apps/files/css/detailsView.scss  | 4 ++--
 core/img/actions/close-white.svg | 2 +-
 core/img/actions/close.svg       | 2 +-
 3 files changed, 4 insertions(+), 4 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;
 }
diff --git a/core/img/actions/close-white.svg b/core/img/actions/close-white.svg
index 49231d7d62f..75445a1ae75 100644
--- a/core/img/actions/close-white.svg
+++ b/core/img/actions/close-white.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#fff" d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg>
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#fff" d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg>
diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg
index 549c1ce76ee..4329b21bb0a 100644
--- a/core/img/actions/close.svg
+++ b/core/img/actions/close.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg>
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg>
-- 
GitLab