mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 19:19:03 +01: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