mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
center-align navbar icons
This commit is contained in:
parent
8bc7cb358c
commit
b42805d51a
1 changed files with 2 additions and 1 deletions
|
@ -396,7 +396,8 @@ function more(ev: MouseEvent) {
|
|||
|
||||
> .item {
|
||||
position: relative;
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 30px;
|
||||
line-height: 2.85rem;
|
||||
margin-bottom: 0.5rem;
|
||||
|
|
Loading…
Reference in a new issue