This commit is contained in:
Vanessa 2023-04-09 23:54:51 +08:00
parent a61e861503
commit 7e8aefac0e
3 changed files with 14 additions and 2 deletions

View file

@ -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;

View file

@ -434,6 +434,10 @@
.protyle-wysiwyg [data-node-id].sb[data-sb-layout="col"] {
flex-direction: column;
flex-wrap: initial;
& > div {
margin-right: 0;
}
}
}

View file

@ -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 {