fix(ui): navigation alignment and software icon

!35
This commit is contained in:
2024-07-09 22:34:35 +09:30
parent abe1ce6948
commit 2d80f02634
3 changed files with 13 additions and 7 deletions

View File

@ -288,13 +288,15 @@ nav button.collapsible {
background-color: inherit;
color: white;
cursor: pointer;
padding: 18px;
padding: 0px 18px 0px 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin: 0px;
line-height: 50px;
vertical-align: middle;
}
nav button.active, .collapsible:hover {