From 3033e4d5f26bbdb808c1a88d1ecabb57b2acade4 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 13 Feb 2019 03:33:56 -0500 Subject: messing with css, not very productively. --- .../views/collections/CollectionSchemaView.scss | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/client/views/collections/CollectionSchemaView.scss') diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 707b44db6..70715c7a3 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -1,3 +1,28 @@ + +.collectionSchemaView-container { + + .imageBox-cont { + position:relative; + max-height:100%; + } + .ReactTable .rt-th, .ReactTable .rt-td { + max-height: 75px; + } + .imageBox-cont img { + object-fit: contain; + height: 100% + } + .node { + width:100% !important; + height:100% !important; + .imageBox-cont img { + object-fit: contain; + max-width: 100%; + height: 100% + } + } +} + .Resizer { box-sizing: border-box; background: #000; -- cgit v1.2.3-70-g09d2