mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
smaller font on Replies expansion
This commit is contained in:
parent
a6d0e4b1fb
commit
b5d196fb29
@ -97,6 +97,7 @@ nav.post-controls {
|
|||||||
|
|
||||||
.show-replies {
|
.show-replies {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
font-size: inherit;
|
||||||
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
|
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
|
||||||
&:hover {
|
&:hover {
|
||||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||||
@ -104,6 +105,7 @@ nav.post-controls {
|
|||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,9 +25,6 @@ span.badge-posts {
|
|||||||
|
|
||||||
.show-replies {
|
.show-replies {
|
||||||
display: none;
|
display: none;
|
||||||
i {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.post-controls {
|
nav.post-controls {
|
||||||
|
Loading…
Reference in New Issue
Block a user