1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-12 22:57:19 +08:00

Fix Logo overflow in navbar

This commit is contained in:
Seviche CC 2023-08-13 20:47:39 +08:00
parent 174f98b1cb
commit 3ae685d795
Signed by: SevicheCC
GPG key ID: C577000000000000

View file

@ -79,7 +79,7 @@
img { img {
display: inline-block; display: inline-block;
height: var(--navbar-height); height: 100%;
} }
} }