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