aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.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/nodes/ImageBox.scss
parent39988ec578329695d61a090fce7693c4c6217bbd (diff)
messing with css, not very productively.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 2bd8b1d3c..36f5e0fe0 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -2,7 +2,13 @@
.imageBox-cont {
padding: 0vw;
position: absolute;
- width: 100%
+ width: 100%;
+ max-width: 100%;
+ max-height: 100%
+}
+.imageBox-cont img {
+ max-width: 100%;
+ max-height: 100%
}
.imageBox-button {