mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 00:16:44 -06:00
tweak MkNote
This commit is contained in:
parent
5c09719351
commit
46cf366388
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue