summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:23:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:23:07 +0500
commit5d5b327de9d78d7e11d59103fadf8b5bf9d14e73 (patch)
tree05857ed9549b52ee6a3c4e33740743ebfb048268 /web/sass-files/sass/partials/_post_right.scss
parentb1ce1a89236942ec844a1aa5563e7573cec918b1 (diff)
downloadchat-5d5b327de9d78d7e11d59103fadf8b5bf9d14e73.tar.gz
chat-5d5b327de9d78d7e11d59103fadf8b5bf9d14e73.tar.bz2
chat-5d5b327de9d78d7e11d59103fadf8b5bf9d14e73.zip
Updating timestamp in RHS
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss15
1 files changed, 12 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 58ede5c65..54c3bcdf8 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,7 +1,7 @@
.post-right__container {
- @include display-flex;
- @include flex-direction(column);
- height: 100%;
+ @include display-flex;
+ @include flex-direction(column);
+ height: 100%;
.post-right-root-message {
padding: 1em 1em 0;
@@ -22,6 +22,15 @@
margin: 1em 0 0 0;
}
}
+ .post-header {
+ .post-profile-time {
+ width: 200px;
+ display: inline-block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ }
}
.post-create__container {