diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 00:38:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 00:38:06 -0500 |
| commit | 0f52fdb7dc2555bc2f6797a462d715b0e035eb23 (patch) | |
| tree | e8b7664d5e5ab3e9bc9dd7d03ff71a8e0ed134e9 /src/client/views/nodes/DocumentView.scss | |
| parent | 84849091ceaec757e545ab5ea69cd9d6ff46f6d2 (diff) | |
| parent | 3fd3a5d8a130b32cd60c30904c3ce1d5d86de825 (diff) | |
Merge pull request #941 from browngraphicslab/contentScalingUpdate
Content scaling update
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 8dadd2467..6f041e5ef 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -142,4 +142,27 @@ opacity: 1; } } +} +.contentFittingDocumentView { + position: relative; + display: flex; + width: 100%; + height: 100%; + + .contentFittingDocumentView-previewDoc { + position: relative; + display: inline; + } + + .contentFittingDocumentView-input { + position: absolute; + max-width: 150px; + width: 100%; + bottom: 0px; + } + + .documentView-node:first-child { + position: relative; + background: "#B59B66"; //$light-color; + } }
\ No newline at end of file |
