aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-05-14 22:40:13 -0400
committerbobzel <zzzman@gmail.com>2025-05-14 22:40:13 -0400
commit6bd031a36680f9416938196981ad71f674afca26 (patch)
tree7623e5aa3528094b56934ec7d4f70b11224ef327 /src/client/views/nodes/DocumentView.scss
parent80b07ab9b3e8f1e1bd0f5898177628047254bf25 (diff)
parentcc3838dd456da90a66d7b563d9f4ea7b8753c4de (diff)
Merge branch 'master' into aarav_edit
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index 5ac66f2cd..c4351a200 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -119,6 +119,7 @@
display: flex;
justify-content: center;
align-items: center;
+ margin: auto;
position: relative; // allows contents to be positioned relative/below title
> .formattedTextBox {
position: absolute; // position a child text box
@@ -302,6 +303,6 @@
background: transparent;
.documentView-editorView-resizer {
- height: 5px;
+ height: 2px;
}
}