mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-28 23:54:26 +00:00
tune group DM counters
This commit is contained in:
parent
3f598a919c
commit
c9e0d44d65
@ -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;
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user