mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
💄 The height of the dividing line adjusts with font size (#15701)
This commit is contained in:
parent
1c57d0b696
commit
15f116f344
1 changed files with 3 additions and 3 deletions
|
|
@ -86,16 +86,16 @@
|
|||
& > div {
|
||||
padding-left: 100%;
|
||||
position: relative;
|
||||
height: 26px;
|
||||
min-height: 1.625em;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: " ";
|
||||
height: 1px;
|
||||
height: calc(1em / 16);
|
||||
background-color: var(--b3-theme-background-light);
|
||||
width: calc(100% - 1px);
|
||||
left: 0;
|
||||
top: 13px;
|
||||
top: calc(1.625em / 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue