diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-02 12:36:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-02 12:36:37 -0400 |
| commit | 02926d42bd7dfefbf87709abb45f1b359e4bfcdf (patch) | |
| tree | 81fbdd1768753df5020806ab2170076b6de89496 /src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss | |
| parent | b87d49ee80db8bb657244c96f504cf1f5db06084 (diff) | |
made multicolumn/row views fit contents to panel and center. changed collection drop to propagate when embed is not enabled. fixed image box drop . made goldenlayout tabs selectable. turned off leaving pushpins on drag out. fixed long press to disable on drag.
Diffstat (limited to 'src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss')
| -rw-r--r-- | src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss b/src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss index 79fb195e8..ec7200a03 100644 --- a/src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss +++ b/src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss @@ -9,6 +9,12 @@ display: flex; flex-direction: row; height: 100%; + align-items: center; + margin: auto; + + .contentFittingDocumentView { + height: unset; + } .label-wrapper { display: flex; @@ -16,7 +22,6 @@ justify-content: center; height: 20px; } - } .multiRowResizer { @@ -31,5 +36,4 @@ transition: 0.5s background-color ease; } } - -}
\ No newline at end of file +} |
