aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-03-12 00:15:05 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-03-12 00:15:05 -0400
commit2100f1b25fa822d14a49a1ddbb38182860db6edb (patch)
tree9352d529fc97dcdb218e1eefdec16e8c2b180b60 /src/client/views
parent5021cc23beec55085167bd974299fb314d3bdbcf (diff)
finally got css right for images?
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss2
-rw-r--r--src/client/views/nodes/ImageBox.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss
index d294dc4d7..d487cd7ce 100644
--- a/src/client/views/collections/CollectionFreeFormView.scss
+++ b/src/client/views/collections/CollectionFreeFormView.scss
@@ -40,7 +40,7 @@
}
border-style: solid;
- box-sizing: content-box;
+ box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index ea459b911..31452bc85 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -10,8 +10,8 @@
}
.imageBox-cont img {
- object-fit: contain;
height: 100%;
+ width:100%;
}
.imageBox-button {