1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00

fix(frontend/ui/navbar): kawaiiモード時のロゴの表示を修正 (MisskeyIO#644)

This commit is contained in:
CyberRex 2024-05-26 12:35:06 +09:00 committed by GitHub
parent dff3853340
commit 57a785ca2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -366,6 +366,11 @@ function more(ev: MouseEvent) {
aspect-ratio: 1;
}
.instanceIconAlt {
display: inline-block;
width: 85%;
}
.bottom {
position: sticky;
bottom: 0;