diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-07 13:47:06 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-07 13:47:06 -0500 |
| commit | 010d7e9bbea5616d058c88de284905eecc145834 (patch) | |
| tree | 80cdd856a64193434622da97b25e91654236bf84 /src/client/views/nodes/FontIconBox/FontIconBox.scss | |
| parent | 9d4bfd04760753b6fdd7ed81372ab8d85b615bc3 (diff) | |
| parent | 82ba2c85e22fb809f1a5fba827c73555db0e4cd9 (diff) | |
Merge branch 'master' into aarav_edit
Diffstat (limited to 'src/client/views/nodes/FontIconBox/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox/FontIconBox.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/client/views/nodes/FontIconBox/FontIconBox.scss b/src/client/views/nodes/FontIconBox/FontIconBox.scss index 186d24e92..8bc68c131 100644 --- a/src/client/views/nodes/FontIconBox/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox/FontIconBox.scss @@ -1,21 +1,21 @@ @use '../../global/globalCssVariables.module.scss' as global; -// 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; - } -} .fonticonbox { margin: auto; width: 100%; .formLabel { height: 5px; } + // 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%; |
