refactor: add navigation menu expand arrows

!35 closes #21
This commit is contained in:
2024-07-12 09:19:13 +09:30
parent 45cc34284a
commit 0276f9454b
3 changed files with 4 additions and 2 deletions

View File

@ -304,14 +304,14 @@ nav button.active, .collapsible:hover {
}
nav button.collapsible:after {
content: '\002B';
content: url('/static/icons/nav_arrow_right.svg');
color: white;
float: right;
margin-left: 5px;
}
nav button.active:after {
content: "\2212";
content: url('/static/icons/nav_arrow_down.svg');
font-weight: bold;
}

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M480-333 240-573l51-51 189 189 189-189 51 51-240 240Z"/></svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#fff"><path d="M522-480 333-669l51-51 240 240-240 240-51-51 189-189Z"/></svg>

After

Width:  |  Height:  |  Size: 175 B