Revert "Slightly slimmer <details>"

This reverts commit 12e9202a66.
This commit is contained in:
daudix
2024-08-12 17:37:06 +03:00
parent 5eb376a232
commit 0631f8d8f5

View File

@ -215,7 +215,7 @@ details {
box-shadow: var(--edge-highlight); box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 0.875rem 1rem; padding: 1rem;
summary { summary {
cursor: pointer; cursor: pointer;