We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab94188 commit 7c1f191Copy full SHA for 7c1f191
packages/themes/default/src/components/tree-item.scss
@@ -3,9 +3,10 @@
3
4
@layer kol-theme-component {
5
@include kol-icon-theme;
6
+
7
.kol-tree-item {
8
$root: &;
- --tree-item-indentation: #{to-rem(20)};
9
+ --indentation: #{to-rem(16)};
10
11
&__link {
12
display: block;
@@ -14,6 +15,8 @@
14
15
.kol-link {
16
color: var(--color-text);
17
text-align: left;
18
+ padding-right: to-rem(8);
19
+ padding-left: max(calc(var(--indentation) * var(--level)));
20
}
21
22
&:hover,
packages/themes/default/src/mixins/pagination-mixin.scss
@@ -18,7 +18,7 @@
gap: to-rem(16);
&__navigation-list {
- gap: to-rem(16);
+ gap: to-rem(8);
23
24
.kol-button {
0 commit comments