summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-07-19 16:47:50 -0400
committerChristopher Speller <crspeller@gmail.com>2017-07-19 13:47:50 -0700
commit23a59b03dd272ea26878622a3f46576fcf9e59c8 (patch)
tree228b924310a633453bf89207da2d83ddd84f3afd /webapp/sass
parentea6f37e68da6458ba91943ae56fe60760a35b736 (diff)
downloadchat-23a59b03dd272ea26878622a3f46576fcf9e59c8.tar.gz
chat-23a59b03dd272ea26878622a3f46576fcf9e59c8.tar.bz2
chat-23a59b03dd272ea26878622a3f46576fcf9e59c8.zip
PLT-7115 Changed cropping for unposted files to match posted ones (#6926)
* PLT-7115 Changed cropping for unposted files to match ones that have been posted * Cleaned up file_preview.jsx
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_files.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/webapp/sass/components/_files.scss b/webapp/sass/components/_files.scss
index 906c5e273..b72180b42 100644
--- a/webapp/sass/components/_files.scss
+++ b/webapp/sass/components/_files.scss
@@ -35,12 +35,6 @@
}
}
-.file-preview__image {
- display: block;
- height: auto;
- max-width: 100%;
-}
-
.file-preview__remove {
background: alpha-color($black, .5);
border-radius: 0 0 0 2px;