mirror of
https://github.com/zadam/trilium.git
synced 2025-09-21 14:05:50 +08:00
style/text editor/insert math flyout: fix layout
This commit is contained in:
parent
03ab912495
commit
47099cc77b
1 changed files with 8 additions and 0 deletions
|
@ -426,6 +426,14 @@ div.ck-template-form .ck-search__info span:nth-child(2) {
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
/* Math popup */
|
||||
|
||||
.ck-math-form .ck-labeled-field-view {
|
||||
--ck-input-label-height: 0;
|
||||
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
|
||||
/* Emoji dropdown */
|
||||
|
||||
.ck-emoji-picker-form .ck-emoji__search .ck-button_with-text {
|
||||
|
|
Loading…
Add table
Reference in a new issue