mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(ui): Fix widget controls inside the footnote
This commit is contained in:
parent
755d0002c9
commit
ad6671b09a
@ -44,10 +44,9 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.ck .ck-widget.footnote-section .ck-widget__type-around__button_after {
|
||||
display:none; /* hides the 'insert after' button from the ckeditor widget */
|
||||
.ck .ck-widget.footnote-section > .ck-reset_all.ck-widget__type-around > .ck-widget__type-around__button_after {
|
||||
display: none; /* hides the 'insert after' button from the ckeditor widget, but displays the button inside the footnote content. */
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
padding: 2px 2px;
|
||||
outline-offset: -2px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user