summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_files.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-05 21:01:12 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-05 21:01:12 +0500
commit45ca0c7f8d6ce880af44459555daeef8a32bffc4 (patch)
treeae49fecc6a1412ff8de9bf024776a1d6c78bba68 /web/sass-files/sass/partials/_files.scss
parent949acc229d9afcff8bdfcfccbe94f8ae4c2c776a (diff)
downloadchat-45ca0c7f8d6ce880af44459555daeef8a32bffc4.tar.gz
chat-45ca0c7f8d6ce880af44459555daeef8a32bffc4.tar.bz2
chat-45ca0c7f8d6ce880af44459555daeef8a32bffc4.zip
Updating css for url input add-on and removing display flex
Diffstat (limited to 'web/sass-files/sass/partials/_files.scss')
-rw-r--r--web/sass-files/sass/partials/_files.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 690b0caea..22e2f44c5 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -114,8 +114,7 @@
height: 100px;
float: left;
margin: 5px 10px 5px 0;
- @include display-flex;
- display: -ms-flexbox;
+ display: table;
border: 1px solid lightgrey;
.post__load {
height: 100%;
@@ -137,11 +136,14 @@
}
}
.post-image__thumbnail {
- display: block;
+ display: table-cell;
+ vertical-align: top;
width: 50%;
height: 100%;
}
.post-image__details {
+ display: table-cell;
+ vertical-align: top;
width: 50%;
height: 100%;
background: white;