style(navbar): make logo bigger
This commit is contained in:
parent
e53b8d6a48
commit
71ee993f05
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ function more() {
|
|||
|
||||
.instanceIcon {
|
||||
display: inline-block;
|
||||
width: 38px;
|
||||
width: 65px;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ function more(ev: MouseEvent) {
|
|||
|
||||
.instanceIcon {
|
||||
display: inline-block;
|
||||
width: 38px;
|
||||
width: 65px;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue