diff options
| author | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-02 14:18:20 -0400 |
|---|---|---|
| committer | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-02 14:18:20 -0400 |
| commit | 83bfca49c38e12dc575b5037c8fac25f3c21d6c5 (patch) | |
| tree | d3e66b45d0e95e51d2b6f2672fd367776f19db35 /src/client/views/nodes/DocumentView.scss | |
| parent | e4b5aa5e72cca6dd51e9acf28017cde4233b5cc6 (diff) | |
| parent | 76a21badf70c82388872ec5485858ab06e303bca (diff) | |
Merge branch 'master' into task_nodes_aarav
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 3 |
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; } } |
