text balance & ol p
This commit is contained in:
parent
d97e8b05dc
commit
8c08a6807f
4 changed files with 15 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ ol[type="1"]{
|
|||
break-after: avoid;
|
||||
|
||||
position: absolute;
|
||||
left: calc(var(--indent)*-3);
|
||||
left: calc(var(--indent)*-2);
|
||||
&::before{
|
||||
content: attr(start);
|
||||
font-family: var(--font-sans-txt);
|
||||
|
|
@ -43,7 +43,7 @@ ol[type="1"]{
|
|||
color: #999;
|
||||
display: block;
|
||||
padding: 0px 2px;
|
||||
border: 1px solid #efefef;
|
||||
border: 1px solid #cfcfcf;
|
||||
|
||||
min-width: 1.5ch;
|
||||
display: flex;
|
||||
|
|
@ -57,7 +57,7 @@ ol[type="1"]{
|
|||
.pagedjs_left_page{
|
||||
ol[type="1"] {
|
||||
left: inherit;
|
||||
right: calc(var(--indent)*-3);
|
||||
right: calc(var(--indent)*-2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue