Make close icon fill more space

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-11-21 15:33:23 +01:00
parent 399a965240
commit 7f36c2090a
3 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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>

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 179 B

View File

@ -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>

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 167 B