summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-07-07 13:21:01 +0500
committerCorey Hulen <corey@hulen.com>2016-07-07 00:21:01 -0800
commitc1624af6d6fccbbc5f4a48fe93a837f592a19818 (patch)
treef7c8f461c98f1df1c418f2b9463e734da80c5128 /webapp
parent2aec3a716be15da697ebfc2fcce786e2b5fc936c (diff)
downloadchat-c1624af6d6fccbbc5f4a48fe93a837f592a19818.tar.gz
chat-c1624af6d6fccbbc5f4a48fe93a837f592a19818.tar.bz2
chat-c1624af6d6fccbbc5f4a48fe93a837f592a19818.zip
Submitting an improvement for the post control in consecutive messages (#3519)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/responsive/_tablet.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index d58e99969..e6cb898fd 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -257,6 +257,12 @@
@include opacity(0);
}
+ .post__header {
+ .col__reply {
+ top: -21px;
+ }
+ }
+
&:not(.post--compact) {
.post__time {
font-size: 11px;