aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-21 10:16:51 -0500
committerbobzel <zzzman@gmail.com>2025-01-21 10:16:51 -0500
commitcaf384bb374c47118296aa397446e85d3121116b (patch)
treeda270043f88d6cfa0d6b8f1838a55f6faba35bfa /src/client/views/nodes/DocumentView.scss
parent22daafa9c505eb9bffb8604be0924a7450d20113 (diff)
parenta6a6929501b7ce9b3ceed73c7e8141a8d8f0c7dc (diff)
Merge branch 'master' into alyssa-agent
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index 7568e3b57..7e5507586 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -242,7 +242,7 @@
.contentFittingDocumentView * {
::-webkit-scrollbar-track {
- background: none;
+ background: none;
}
}
@@ -270,3 +270,29 @@
position: relative;
}
}
+
+.documentView-noAIWidgets {
+ transform-origin: top left;
+ position: relative;
+}
+
+.documentView-editorView-history {
+ position: absolute;
+ transform-origin: top right;
+ right: 0;
+ top: 0;
+ overflow-y: scroll;
+ scrollbar-width: thin;
+}
+
+.documentView-editorView {
+ width: 100%;
+ scrollbar-width: thin;
+ justify-items: center;
+ background-color: rgb(223, 223, 223);
+ transform-origin: top left;
+
+ .documentView-editorView-resizer {
+ height: 5px;
+ }
+}