style(navbar): make logo bigger

This commit is contained in:
무라쿠모 2024-07-25 19:22:51 +09:00
parent e53b8d6a48
commit 71ee993f05
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ function more() {
.instanceIcon {
display: inline-block;
width: 38px;
width: 65px;
aspect-ratio: 1;
}

View file

@ -185,7 +185,7 @@ function more(ev: MouseEvent) {
.instanceIcon {
display: inline-block;
width: 38px;
width: 65px;
aspect-ratio: 1;
}