Comments: make it easier to click

This commit is contained in:
Rico Sta. Cruz 2017-09-02 04:07:03 +08:00
parent 2bec7435d4
commit 7b9dfadeb9
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 9 additions and 1 deletions

View File

@ -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;
}