expand: indent expanded content #536

This commit is contained in:
Sören Weber 2023-05-23 20:03:06 +02:00
parent e362346834
commit 5178890342
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 4 additions and 0 deletions

View file

@ -137,6 +137,9 @@
.expand > label {
left: 0;
}
.expand > .expand-content {
margin-left: 1rem;
}
html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
transform: scaleX(1);
}

View file

@ -1020,6 +1020,7 @@ option {
}
.expand > .expand-content {
margin-inline-start: 1rem;
margin-top: .5rem;
}
/* closed expander */