copy changes from MkNote* to SkNote*

This commit is contained in:
dakkar 2024-11-08 16:04:32 +00:00
parent ffebe778d4
commit 2ca1cbe51b
5 changed files with 66 additions and 61 deletions

View file

@ -50,7 +50,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
font-size: 0.95em;
&:hover, &:focus-within {
background: var(--panelHighlight);
background: var(--MI_THEME-panelHighlight);
transition: background .2s;
}
}
@ -63,7 +63,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
height: 34px;
border-radius: var(--radius-sm);
position: sticky !important;
top: calc(16px + var(--stickyTop, 0px));
top: calc(16px + var(--MI-stickyTop, 0px));
left: 0;
}