From 958ba095712ec0d6ad52ed7ba956423ee8d1e315 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 15 Sep 2024 03:52:55 +0300 Subject: [PATCH] Fix details height --- sass/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_typography.scss b/sass/_typography.scss index 7e346df..67bb4b8 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -231,7 +231,7 @@ details { box-shadow: var(--edge-highlight); border-radius: var(--rounded-corner); background-color: var(--fg-muted-1); - padding: 1rem; + padding: 0.875rem 1rem; summary:hover { cursor: pointer;