mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 17:04:07 +01:00
This commit is contained in:
parent
3932d1cf0c
commit
5422bc4ffb
5 changed files with 50 additions and 25 deletions
|
|
@ -14,7 +14,7 @@
|
|||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
|
||||
.b3-label {
|
||||
.b3-label:not(.b3-label--inner) {
|
||||
padding: 16px 0;
|
||||
margin: 0 24px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -113,7 +113,11 @@
|
|||
|
||||
&--inner {
|
||||
border-bottom: 0;
|
||||
padding: 0 !important;
|
||||
padding: 0 0 16px 0;
|
||||
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child,
|
||||
|
|
@ -125,3 +129,25 @@
|
|||
border-bottom: 1px solid var(--b3-border-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
.b3-label--inner {
|
||||
flex-wrap: wrap;
|
||||
|
||||
& > .b3-text-field,
|
||||
& > .b3-select,
|
||||
& > .b3-form__icona {
|
||||
width: 100%;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
& > .b3-button {
|
||||
width: 100%;
|
||||
|
||||
&:last-child {
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -482,7 +482,6 @@ html[lang="zh_CN"] .protyle-wysiwyg [data-node-id]:last-child [spellcheck][conte
|
|||
content: "键入文字";
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 620px) {
|
||||
.protyle-wysiwyg [data-node-id].sb[data-sb-layout="col"] {
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue