Skip to content

Commit

Permalink
style: reduce whitespace for details ele
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 18, 2024
1 parent afa79e1 commit a0cfed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ small {

details {
border: 2px solid var(--grey-light);
padding: calc(var(--line-height) - 2px) 1ch;
margin-bottom: var(--line-height);
padding: calc(var(--grid-height) - 2px) 1ch;
margin-bottom: var(--grid-height);
}

details[open] summary {
margin-bottom: var(--line-height);
margin-bottom: var(--grid-height);
}

summary {
Expand Down

0 comments on commit a0cfed1

Please sign in to comment.