aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-13 13:09:19 -0400
committerbobzel <zzzman@gmail.com>2025-06-13 13:09:19 -0400
commit640158a55f37643c93b477543d0f12b56a2dc33d (patch)
treee2117695481afc6af0f9543a1a22090bba57838e
parenta7a7a5a75845d40f835a38a3af24f000db50009b (diff)
fix for docButtonBar placement
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 9b73cc073..fe95f15af 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -720,7 +720,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewProps & Field
@computed get tagsOverlay() {
return (
<div
- className="documentView-noAiWidgets"
+ className="documentView-noAIWidgets"
style={{
width: `${100 / this.uiBtnScaling}%`, //
transform: `scale(${this.uiBtnScaling})`,