diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:27 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:27 -0500 |
| commit | 1a32bdca177faf5a3d99bcb45aaf596ba8c706a8 (patch) | |
| tree | 1f7531be1ae4032cbb5de0e54a9ae48fda9657cc /src/client/views/nodes/ImageBox.scss | |
| parent | b418a6ed64e50700e2935963f01e392cbd81099d (diff) | |
| parent | db7aa80be56e2d91acf224013b24ab73385f836c (diff) | |
Merge branch 'authentication' of https://github.com/browngraphicslab/Dash-Web into authentication
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 136fda1d0..5b15b3329 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -1,6 +1,15 @@ .imageBox-cont { padding: 0vw; + position: relative; + text-align: center; + width: 100%; + max-width: 100%; + max-height: 100% +} +.imageBox-cont img { + max-width: 100%; + max-height: 100% } .imageBox-button { |
