mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next): slash commands layout
This commit is contained in:
parent
9ff4be8871
commit
1201f7138a
@ -201,6 +201,29 @@
|
|||||||
color: var(--menu-item-icon-color);
|
color: var(--menu-item-icon-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Slash commands */
|
||||||
|
.ck.ck-slash-command-button {
|
||||||
|
padding: 0.5em 1em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck.ck-slash-command-button__text-part {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
line-height: 1.2em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck.ck-slash-command-button__text-part > span {
|
||||||
|
line-height: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck.ck-slash-command-button__text-part .ck.ck-button__label {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck.ck-slash-command-button__text-part .ck.ck-slash-command-button__description {
|
||||||
|
display: block;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
/* Separator */
|
/* Separator */
|
||||||
:root .ck .ck-list__separator {
|
:root .ck .ck-list__separator {
|
||||||
margin: .5em 0;
|
margin: .5em 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user