Slim accordion

This commit is contained in:
daudix 2024-06-28 02:24:23 +03:00
parent fa8b441f7b
commit c1e1ad6138
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -149,7 +149,8 @@ details {
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 1rem; padding: 1rem;
&>summary { summary {
cursor: pointer; cursor: pointer;
line-height: normal;
} }
} }