summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-08-30 16:47:41 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-08-30 07:47:41 -0400
commit968df8c186f2923690ce63dc06f82165b90db469 (patch)
tree5bb3e992b9d0d83be482c0223e3306416674eafb /webapp
parent85f8b90aeb3d475548d9da96eb14969177a1ee5f (diff)
downloadchat-968df8c186f2923690ce63dc06f82165b90db469.tar.gz
chat-968df8c186f2923690ce63dc06f82165b90db469.tar.bz2
chat-968df8c186f2923690ce63dc06f82165b90db469.zip
PLT-3916 - Fixing flag icon position in the RHS (#3898)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/rhs_comment.jsx2
-rw-r--r--webapp/components/rhs_root_post.jsx2
-rw-r--r--webapp/sass/layout/_sidebar-right.scss6
3 files changed, 7 insertions, 3 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index dcd5ee37f..1114d6fa1 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -392,7 +392,7 @@ export default class RhsComment extends React.Component {
<FormattedDate
value={post.create_at}
day='numeric'
- month='long'
+ month='short'
year='numeric'
hour12={!this.props.useMilitaryTime}
hour='2-digit'
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index ea0c71cc7..09ab17ba5 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -359,7 +359,7 @@ export default class RhsRootPost extends React.Component {
<FormattedDate
value={post.create_at}
day='numeric'
- month='long'
+ month='short'
year='numeric'
hour12={!this.props.useMilitaryTime}
hour='2-digit'
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index d43ddf5b9..a70c30b16 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -40,9 +40,13 @@
.post__header {
.col__name {
.user-popover {
- max-width: 130px;
+ max-width: 120px;
}
}
+
+ .flag-icon__container {
+ z-index: 5;
+ }
}
}