tweak MkNote

This commit is contained in:
fly_mc 2024-11-16 16:21:14 +08:00
parent 5c09719351
commit 46cf366388

View file

@ -893,6 +893,7 @@ function emitUpdReaction(emoji: string, delta: number) {
position: relative;
//display: flex;
padding: 28px 32px;
will-change: transform, opacity;
}
.colorBar {
@ -914,6 +915,7 @@ function emitUpdReaction(emoji: string, delta: number) {
//position: sticky !important;
//top: calc(22px + var(--MI-stickyTop, 0px));
left: 0;
transform: translateZ(0);
}
.main {