mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
🎨
This commit is contained in:
parent
c0bad443ff
commit
66aef2e716
@ -47,6 +47,9 @@ const showContent = $ref(false);
|
|||||||
width: 34px;
|
width: 34px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
position: sticky !important;
|
||||||
|
top: calc(16px + var(--stickyTop, 0px));
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
Loading…
Reference in New Issue
Block a user