mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck .ck-widget.footnote-section .ck-widget__type-around__button_after {
|
.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 */
|
display: none; /* hides the 'insert after' button from the ckeditor widget, but displays the button inside the footnote content. */
|
||||||
}
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
padding: 2px 2px;
|
padding: 2px 2px;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user