mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
style(next): fix note menu artifacts in split view
This commit is contained in:
parent
77c4b50215
commit
b03c75c09b
@ -913,7 +913,7 @@ body.mobile .note-title {
|
|||||||
.note-split {
|
.note-split {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
animation: note-entrance 100ms linear;
|
animation: note-entrance 100ms linear;
|
||||||
will-change: opacity;
|
/* will-change: opacity; -- causes some weird artifacts to the note menu in split view */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user