diff options
author | bobzel <zzzman@gmail.com> | 2025-06-13 13:09:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-13 13:09:19 -0400 |
commit | 640158a55f37643c93b477543d0f12b56a2dc33d (patch) | |
tree | e2117695481afc6af0f9543a1a22090bba57838e /src/client/views/nodes/DocumentView.tsx | |
parent | a7a7a5a75845d40f835a38a3af24f000db50009b (diff) |
fix for docButtonBar placement
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
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})`, |