mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-06-17 03:39:13 +08:00
Fix Logo overflow in navbar
This commit is contained in:
parent
174f98b1cb
commit
3ae685d795
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
img {
|
||||
display: inline-block;
|
||||
height: var(--navbar-height);
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue