From afe7c4760ed644b815efb390241db843927031e9 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Thu, 8 Jun 2023 16:14:54 +0200 Subject: [PATCH] (wiki) styles --- src/styles/components/_link-tree.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles/components/_link-tree.scss b/src/styles/components/_link-tree.scss index a6cb7af..5bacd49 100644 --- a/src/styles/components/_link-tree.scss +++ b/src/styles/components/_link-tree.scss @@ -2,7 +2,7 @@ position: relative; max-height: 100vh; padding: 1em; - overflow-y: scroll; + overflow-y: auto; &__icon { max-height: 1.5em; @@ -43,8 +43,9 @@ border-left: 1px solid lightgray; } } - // &-list-item { - // } + &-list-item { + margin-block: 0.25em; + } &-list-text { padding-inline: 0.25em; text-decoration: unset;