mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
This commit is contained in:
parent
a61e861503
commit
7e8aefac0e
3 changed files with 14 additions and 2 deletions
|
|
@ -29,6 +29,7 @@
|
|||
line-height: 1.625;
|
||||
padding: 4px;
|
||||
margin: 4px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
ins > iframe {
|
||||
|
|
@ -304,7 +305,7 @@
|
|||
}
|
||||
|
||||
.hljs {
|
||||
border-radius: 0 4px 4px 0;
|
||||
border-radius: 4px;
|
||||
padding: 22px 4px;
|
||||
font-size: 85%;
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -434,6 +434,10 @@
|
|||
.protyle-wysiwyg [data-node-id].sb[data-sb-layout="col"] {
|
||||
flex-direction: column;
|
||||
flex-wrap: initial;
|
||||
|
||||
& > div {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -155,10 +155,17 @@
|
|||
& > div {
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
margin-right: 24px;
|
||||
|
||||
&:nth-last-child(2),
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sb {
|
||||
margin: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
& > div .protyle-attr--refcount {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue