Fix details height

This commit is contained in:
daudix
2024-09-15 03:52:55 +03:00
parent a5f16ca54f
commit 958ba09571

View File

@ -231,7 +231,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: 1rem; padding: 0.875rem 1rem;
summary:hover { summary:hover {
cursor: pointer; cursor: pointer;