Fixed arrow widths for avatar and canvas title

This commit is contained in:
Sanne de Vries 2021-03-22 10:53:39 +01:00
parent 2937df8212
commit 6f3ae6e4ed
3 changed files with 6 additions and 18 deletions

View File

@ -1289,8 +1289,8 @@
}
.gh-canvas-title svg {
width: 0.6em;
height: 0.6em;
width: 0.5em;
height: 0.5em;
margin: 0 10px;
}

View File

@ -1,9 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<path fill="#010101" d="M47.658,10.104c-0.415-0.363-1.047-0.323-1.411,0.095L24,35.624L1.753,10.2
c-0.365-0.418-0.998-0.458-1.411-0.095c-0.416,0.364-0.458,0.996-0.095,1.411l23,26.285c0.19,0.218,0.465,0.342,0.753,0.342
s0.562-0.124,0.753-0.343l23-26.285C48.116,11.1,48.074,10.468,47.658,10.104z"/>
<svg width="26" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.043 6.604a1 1 0 011.414 0L13 17.146 23.543 6.604a1 1 0 011.414 1.414l-10.72 10.719a1.75 1.75 0 01-2.474 0L1.042 8.018a1 1 0 010-1.414zm11.78 10.72v-.001zm.355 0v-.001z"/>
</svg>

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 311 B

View File

@ -1,9 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<path fill="#010101" d="M37.802,23.247l-26.286-23C11.1-0.116,10.47-0.074,10.105,0.342c-0.363,0.415-0.321,1.047,0.094,1.411
L35.624,24L10.199,46.247c-0.416,0.364-0.458,0.996-0.094,1.411C10.303,47.885,10.58,48,10.858,48c0.233,0,0.468-0.081,0.658-0.247
l26.286-23c0.216-0.191,0.341-0.465,0.341-0.753S38.019,23.437,37.802,23.247z"/>
<svg width="24" height="26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.793 1.043a1 1 0 011.414 0l10.72 10.72a1.748 1.748 0 010 2.475l-10.72 10.72a1 1 0 01-1.414-1.415L15.336 13 4.793 2.457a1 1 0 010-1.414z" fill="#15171a"/>
</svg>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 293 B