mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
Merge remote-tracking branch 'origin/develop' into feature/server_esbuild
This commit is contained in:
commit
7087b493af
@ -96,6 +96,21 @@
|
|||||||
background: var(--menu-item-delimiter-color);
|
background: var(--menu-item-delimiter-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Font size dropdown */
|
||||||
|
|
||||||
|
.ck-fontsize-option {
|
||||||
|
min-height: 2rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck-fontsize-option.text-tiny {--size: .75em;}
|
||||||
|
.ck-fontsize-option.text-small {--size: .85em;}
|
||||||
|
.ck-fontsize-option.text-big {--size: 1.4em;}
|
||||||
|
.ck-fontsize-option.text-huge {--size: 1.8em;}
|
||||||
|
|
||||||
|
:root .ck-fontsize-option .ck-button__label {
|
||||||
|
font-size: var(--size);
|
||||||
|
}
|
||||||
|
|
||||||
/* Color picker dropdown */
|
/* Color picker dropdown */
|
||||||
|
|
||||||
/* Color picker button */
|
/* Color picker button */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user