Fix chapter index style for when icons are hidden
This commit is contained in:
parent
cfc90f8371
commit
d75ed3da2d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -437,7 +437,11 @@
|
|||||||
border-radius: var(--layout-border-radius-small);
|
border-radius: var(--layout-border-radius-small);
|
||||||
|
|
||||||
:is(a, a[href]) {
|
:is(a, a[href]) {
|
||||||
padding: 6px 8px 6px 0;
|
padding: 6px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(i, .icon, .text-icon) {
|
||||||
|
margin-left: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user