diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-30 00:40:43 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-30 00:40:43 -0500 |
| commit | 8ac814bbb81b690a6a10f5a07aa5ce0e8cafe283 (patch) | |
| tree | ffb2b2b275e14aeeb8436effbd8aaae7cdf1e7fb /src/client/views/nodes/FontIconBox/FontIconBox.scss | |
| parent | 1a32884f5084d9c39190e44bd9331e94590322e5 (diff) | |
changed dropConverter to keep title of dropped Doc. added paintFunc node/ checkbox view to formatted text. changed paintFunc to be computed based on layouytfieldkey being text in a freeformview. changed some inputRules to apply to code blocks. changed : contextmenu to allow regular note to be created. changed experimental tools to be user tmeplate tools. fixed focus on search bar when opening context menu
Diffstat (limited to 'src/client/views/nodes/FontIconBox/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox/FontIconBox.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/FontIconBox/FontIconBox.scss b/src/client/views/nodes/FontIconBox/FontIconBox.scss index db2ffa756..2db285910 100644 --- a/src/client/views/nodes/FontIconBox/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox/FontIconBox.scss @@ -1,5 +1,15 @@ @import '../../global/globalCssVariables.module.scss'; +// bcz: something's messed up with the IconButton css. this mostly fixes the fit-all button, the color buttons, the undo +/- expander and the dropdown doc type list (eg 'text') +.iconButton-container { + width: unset !important; + min-width: 30px !important; + height: unset !important; + min-height: 30px; + .color { + height: 3px !important; + } +} .menuButton { height: 100%; display: flex; |
