diff options
| author | bobzel <zzzman@gmail.com> | 2024-11-12 16:42:35 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-11-12 16:42:35 -0500 |
| commit | 8680d1c31d4f835663c070f5b8cef57254e75e28 (patch) | |
| tree | 1b38d983007b84f52354c96aae05f5ac98c6b6f6 /src/client/views/nodes/EquationBox.scss | |
| parent | 6201fb8595729d049885d91278e990e49588f6f5 (diff) | |
made equation background same as text. fixed dflt stroke/link width to both be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes..
Diffstat (limited to 'src/client/views/nodes/EquationBox.scss')
| -rw-r--r-- | src/client/views/nodes/EquationBox.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/EquationBox.scss b/src/client/views/nodes/EquationBox.scss index cbd13d924..55e0f5184 100644 --- a/src/client/views/nodes/EquationBox.scss +++ b/src/client/views/nodes/EquationBox.scss @@ -2,9 +2,7 @@ .equationBox-cont { transform-origin: center; - background-color: #e7e7e7; width: fit-content; - min-width: 100%; > span { width: fit-content; } |
