diff options
author | bobzel <zzzman@gmail.com> | 2024-03-29 00:16:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-03-29 00:16:58 -0400 |
commit | 0772ae0522be1fde19362ab7bb0808e13b4f382c (patch) | |
tree | ace0520ea131fe85297286d3185d2e00ae0ef93f /src/client/views/LightboxView.tsx | |
parent | 82a74549a6b1c942fabaf8396c450b70d65e81dd (diff) |
fixed equation box resizing to stay in place. fixedlightbox to have a black foreground color so equations can be seen. fixed function plots to translate more of the math syntax
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 1f0b8e387..be7c22c9f 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -244,7 +244,6 @@ export class LightboxView extends ObservableReactComponent<LightboxViewProps> { height: this.lightboxHeight(), clipPath: `path('${Doc.UserDoc().renderStyle === 'comic' ? wavyBorderPath(this.lightboxWidth(), this.lightboxHeight()) : undefined}')`, background: SettingsManager.userBackgroundColor, - color: SettingsManager.userColor, }}> <GestureOverlay isActive={true}> <DocumentView |