mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
This commit is contained in:
parent
e40229dbc6
commit
31b13b1cc7
2 changed files with 14 additions and 6 deletions
|
|
@ -444,7 +444,7 @@
|
|||
hr {
|
||||
border: 0;
|
||||
border-bottom: 1px solid var(--b3-theme-background-light);
|
||||
margin: 8px 0;
|
||||
margin: 21px 0;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,19 @@
|
|||
cursor: pointer;
|
||||
|
||||
& > div {
|
||||
border-bottom: 1px solid var(--b3-theme-background-light)
|
||||
padding-left: 100%;
|
||||
position: relative;
|
||||
height: 26px;
|
||||
|
||||
&:after {
|
||||
position: absolute;
|
||||
content: " ";
|
||||
height: 1px;
|
||||
background-color: var(--b3-theme-background-light);
|
||||
width: calc(100% - 1px);
|
||||
left: 0;
|
||||
top: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -516,10 +528,6 @@
|
|||
height: 36px;
|
||||
}
|
||||
|
||||
&.hr {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&.bq {
|
||||
height: 42px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue