aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-13 03:33:56 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-13 03:33:56 -0500
commit3033e4d5f26bbdb808c1a88d1ecabb57b2acade4 (patch)
treef158acbbbc87e27c344675b8f0beceb110d57518 /src/client/views/collections/CollectionSchemaView.scss
parent39988ec578329695d61a090fce7693c4c6217bbd (diff)
messing with css, not very productively.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss25
1 files changed, 25 insertions, 0 deletions
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;