Comments: make it easier to click
This commit is contained in:
parent
2bec7435d4
commit
7b9dfadeb9
|
@ -3,10 +3,18 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.comments-details {
|
.comments-details {
|
||||||
|
& {
|
||||||
|
margin-bottom: -16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[open] {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
& > summary {
|
& > summary {
|
||||||
@include font-size(1);
|
@include font-size(1);
|
||||||
color: $base-a;
|
color: $base-a;
|
||||||
margin: 16px 0;
|
padding: 16px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue