smaller font on Replies expansion
This commit is contained in:
parent
a6d0e4b1fb
commit
b5d196fb29
|
@ -97,6 +97,7 @@ nav.post-controls {
|
|||
|
||||
.show-replies {
|
||||
margin-left: 0;
|
||||
font-size: inherit;
|
||||
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
|
||||
&:hover {
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
|
@ -104,6 +105,7 @@ nav.post-controls {
|
|||
}
|
||||
i {
|
||||
margin-left: 5px;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@ span.badge-posts {
|
|||
|
||||
.show-replies {
|
||||
display: none;
|
||||
i {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
nav.post-controls {
|
||||
|
|
Loading…
Reference in New Issue