From c9e0d44d65e94fb10351e50a8180814bdae65835 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Thu, 12 Nov 2015 12:48:27 +0500 Subject: [PATCH] tune group DM counters --- css/style.css | 8 +++++++- sass/layout/_dm.sass | 2 +- sass/layout/_groupchat.sass | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 7f95c57..d620834 100644 --- a/css/style.css +++ b/css/style.css @@ -976,7 +976,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { right: 25px; top: 50%; font-size: 1.1em; - margin: -6px 0 0 0; + margin: -0.55em 0 0 0; color: rgba(0, 0, 0, 0.4); opacity: 0; -moz-transition-property: right, opacity; @@ -1715,6 +1715,12 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { text-decoration: none; color: inherit; } +.groupMessages .direct-messages-list .post .messages-qtd { + top: 50%; + left: unset; + right: 24px; + margin-top: -13px; +} .group-messages-new-group { text-align: center !important; diff --git a/sass/layout/_dm.sass b/sass/layout/_dm.sass index 583ef50..0404681 100644 --- a/sass/layout/_dm.sass +++ b/sass/layout/_dm.sass @@ -61,7 +61,7 @@ right: 25px top: 50% font-size: 1.1em - margin: -6px 0 0 0 + margin: -0.55em 0 0 0 color: rgba(0, 0, 0, 0.4) opacity: 0 +transition-property(right, opacity) diff --git a/sass/layout/_groupchat.sass b/sass/layout/_groupchat.sass index 72e19fa..a9af4bb 100644 --- a/sass/layout/_groupchat.sass +++ b/sass/layout/_groupchat.sass @@ -42,6 +42,12 @@ text-decoration: none color: inherit + .post .messages-qtd + top: 50% + left: unset + right: 24px + margin-top: -13px + // new group .group-messages-new-group