Fix Logo overflow in navbar
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
SevicheCC 2023-08-13 20:47:39 +08:00
parent 174f98b1cb
commit 3ae685d795
Signed by untrusted user: sevichecc
GPG Key ID: C577000000000000
1 changed files with 1 additions and 1 deletions

View File

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