Skip to content

Commit e10cf2d

Browse files
committed
fix(ui): increase tree menu width and spacing
1 parent 1de6c40 commit e10cf2d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: assets/sass/colorscheme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $acc-height: 48px;
9595

9696
// Menu
9797
$orga-menu-width: 64px;
98-
$tree-menu-width: 235px;
98+
$tree-menu-width: 260px;
9999

100100

101101
:root {

Diff for: assets/sass/fractal6.scss

+2-4
Original file line numberDiff line numberDiff line change
@@ -1503,9 +1503,7 @@ figcaption {
15031503
margin: 0;
15041504
margin-left: 1em;
15051505
a {
1506-
padding-left: 1em !important;
1507-
padding-top: 5px !important;
1508-
padding-bottom: 5px !important;
1506+
padding: 8px 3px 8px 1rem !important;
15091507
}
15101508
}
15111509

@@ -1519,7 +1517,7 @@ figcaption {
15191517
}
15201518

15211519
.tag {
1522-
font-size: 80% !important;
1520+
font-size: 70% !important;
15231521
}
15241522
}
15251523

0 commit comments

Comments
 (0)