Skip to content

Commit

Permalink
Improve details and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Wahyu Wiyoko committed Aug 28, 2022
1 parent 7580728 commit c60c8d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,15 @@ section:last-child {
}

details {
padding: 0.6rem 1rem 0.75rem 1rem;
padding: 0.7rem 1rem;
}

summary {
cursor: pointer;
font-weight: bold;
padding: 0.7rem 1rem;
margin: -0.7rem -1rem;
word-break: break-all;
}

details[open] summary + * {
Expand Down

0 comments on commit c60c8d1

Please sign in to comment.