diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-09 21:42:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-09 21:42:10 -0400 |
| commit | 27bb82ad35e94c0d7bc6fa9af9ad04122be3d571 (patch) | |
| tree | 988993672a09bb3b8e50a5950158753965c8818a /src/client/views/nodes/EquationBox.scss | |
| parent | d9fb47adae83c4f007e25b37aa669a054ecbde23 (diff) | |
fixed resizing from bottomleft. turned on Tools in novice mode. fixed aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items.
Diffstat (limited to 'src/client/views/nodes/EquationBox.scss')
| -rw-r--r-- | src/client/views/nodes/EquationBox.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/nodes/EquationBox.scss b/src/client/views/nodes/EquationBox.scss index 9714e1bd0..f5871db22 100644 --- a/src/client/views/nodes/EquationBox.scss +++ b/src/client/views/nodes/EquationBox.scss @@ -1,8 +1,9 @@ -@import "../global/globalCssVariables.scss"; +@import '../global/globalCssVariables.scss'; .equationBox-cont { - transform-origin: top left; + transform-origin: center; + background-color: #e7e7e7; > span { - width: 100%; + width: 100%; } -}
\ No newline at end of file +} |
