Fix icons on the API documentation page again

This commit is contained in:
Ucrash 2019-10-17 16:39:26 +03:00 committed by Colon
parent 4c6c84de9a
commit 163e677003
2 changed files with 2 additions and 1 deletions

View file

@ -92,7 +92,7 @@ quote{
width: 25px;
height: 25px;
margin-bottom: -8px;
background-image: url('media/showmore-ic.svg');
background-image: url('showmore-ic.svg');
background-size: cover;
transition: transform 0.25s ease;
}

1
assets/showmore-ic.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z"/></svg>

After

Width:  |  Height:  |  Size: 268 B