mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-05 01:26:38 +00:00
tree: reduce margin #1079
This commit is contained in:
parent
3fcfdb2a11
commit
3bb38044a9
2 changed files with 3 additions and 3 deletions
|
@ -1789,7 +1789,7 @@ html[dir='rtl'] .expand[open] > .box-label > i.expander-icon {
|
|||
margin-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-inline-end: 0.75rem;
|
||||
padding-inline-start: 1.25rem;
|
||||
padding-inline-start: 1rem;
|
||||
padding-top: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -1810,7 +1810,7 @@ html[dir='rtl'] .expand[open] > .box-label > i.expander-icon {
|
|||
border-top: 2px solid var(--INTERNAL-MAIN-TEXT-color);
|
||||
height: 0;
|
||||
top: 0.75rem;
|
||||
width: 1rem;
|
||||
width: 0.75rem;
|
||||
}
|
||||
|
||||
/* vertical line on list items */
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.6.0+6e26088dc2f0a21d23aed131eca6d3a66303863d
|
||||
7.6.0+3fcfdb2a11ceed7cd2f2eeb755486fffb8fa04bb
|
Loading…
Add table
Add a link
Reference in a new issue