mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
fix(context-menu): keyboard shortcut not filling width
This commit is contained in:
parent
9125aeca29
commit
7d8e96d6df
@ -396,6 +396,10 @@ body.desktop .dropdown-menu {
|
|||||||
color: var(--dropdown-item-icon-destructive-color);
|
color: var(--dropdown-item-icon-destructive-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item > span:not(.bx) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user