diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-02-22 10:22:58 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-02-22 10:22:58 -0500 |
| commit | 3f33a680af31a04b58c6163fda53a80a737837c6 (patch) | |
| tree | b84da40da1c13c8ab8ab8cd763b69ac5b39ce93c /src/client/views/nodes/FontIconBox/FontIconBox.scss | |
| parent | 70cf5ad795055c1f628c918b08a13a96e4ab89a6 (diff) | |
| parent | cf85ee4ea73985529a16321d671d893ddb862439 (diff) | |
Merge branch 'master' into sophie-ai-images
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; |
