diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-31 00:09:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-31 00:09:33 -0400 |
| commit | 47ae05389d7ce564efde19b7a639b38842759cc1 (patch) | |
| tree | 92867ffef815ac7cb44474c79d72b8c56dd0f66c /src/client/views/nodes/DocumentView.scss | |
| parent | 10e1a8c7edbc0c19fda4efd82d7ed802ccbf9b4f (diff) | |
fixed dropdown in title bar location. moved rotate button up to not interfere with button bar. don't blur title when editing it. fix drawgging rotate center on templates. support setting alternate colors for text docs -- pretty hacky. fixed tabbing through dashFieldViews.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 4fea6b3c6..23dada260 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -234,6 +234,12 @@ } } +.documntViewInternal-dropdown { + > div { + transform-origin: top left !important; + } +} + .contentFittingDocumentView { position: relative; display: flex; |
