mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
expand: indent expanded content #536
This commit is contained in:
parent
e362346834
commit
5178890342
2 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,9 @@
|
||||||
.expand > label {
|
.expand > label {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
.expand > .expand-content {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1020,6 +1020,7 @@ option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.expand > .expand-content {
|
.expand > .expand-content {
|
||||||
|
margin-inline-start: 1rem;
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
}
|
}
|
||||||
/* closed expander */
|
/* closed expander */
|
||||||
|
|
Loading…
Reference in a new issue