fix(frontend/ui/navbar): kawaiiモード時のロゴの表示を修正 (MisskeyIO#644)
This commit is contained in:
parent
dff3853340
commit
57a785ca2a
1 changed files with 5 additions and 0 deletions
|
@ -366,6 +366,11 @@ function more(ev: MouseEvent) {
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instanceIconAlt {
|
||||||
|
display: inline-block;
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue