diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-10 14:54:44 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-10 14:54:44 -0400 |
| commit | b9f15c10e4cfa1288e176cbd1d312c628c5998ad (patch) | |
| tree | 790bbbe0c8b71b561e6ca5a8b29a0feb702bcf1c /src/client/views/nodes/DocumentView.scss | |
| parent | adc87fe2ffc8d8d8c6a71a368b060f0ad14de2ca (diff) | |
moved TagsView up into DocumentView so that one row of tags will be visible. fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 23dada260..2873b4bba 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -242,7 +242,7 @@ .contentFittingDocumentView { position: relative; - display: flex; + display: block; width: 100%; height: 100%; transition: inherit; |
