mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 00:44:07 +01:00
This commit is contained in:
parent
ae82c47e85
commit
2b5baa93d2
8 changed files with 46 additions and 14 deletions
|
|
@ -117,7 +117,7 @@ html {
|
|||
|
||||
& > .protyle-breadcrumb,
|
||||
& > .block__icons { // 关系图
|
||||
padding-left: 69px;
|
||||
padding-left: var(--b3-toolbar-left-mac);
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ html {
|
|||
box-sizing: border-box;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
padding: 0 5px 0 69px;
|
||||
padding: 0 5px 0 var(--b3-toolbar-left-mac);
|
||||
border-bottom: .5px solid var(--b3-border-color);
|
||||
|
||||
&--browser {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,20 @@
|
|||
.card {
|
||||
&__main {
|
||||
@extend .fn__flex-column;
|
||||
box-sizing: border-box;
|
||||
max-height: 100%;
|
||||
background-color: var(--b3-theme-surface);
|
||||
|
||||
&.fullscreen > .b3-form__space--small {
|
||||
padding-left: var(--b3-toolbar-left-mac);
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
display: flex;
|
||||
padding: 8px 8px 8px 12px;
|
||||
}
|
||||
|
||||
&__empty {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -72,13 +72,14 @@ body {
|
|||
& > .protyle-breadcrumb,
|
||||
& > .block__icons {
|
||||
height: 42px;
|
||||
padding-right: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
&.body--win32 .fullscreen {
|
||||
& > .protyle-breadcrumb,
|
||||
& > .block__icons {
|
||||
padding-right: 126px;
|
||||
padding-right: 168px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue