mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
c49d7e1d2a
commit
677eca9b58
4 changed files with 18 additions and 7 deletions
|
|
@ -111,12 +111,17 @@
|
|||
box-sizing: border-box;
|
||||
min-height: 30px;
|
||||
|
||||
&__space {
|
||||
flex: 1;
|
||||
min-width: 8px;
|
||||
transition: var(--b3-transition);
|
||||
}
|
||||
|
||||
&__bar {
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
transition: var(--b3-transition);
|
||||
margin-right: 8px;
|
||||
overflow: auto;
|
||||
min-height: 30px;
|
||||
|
||||
|
|
|
|||
|
|
@ -64,10 +64,6 @@ body {
|
|||
padding-left: 10px;
|
||||
padding-right: 108px;
|
||||
}
|
||||
|
||||
.protyle-breadcrumb > .fn__flex-shrink {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,6 +103,16 @@ progressLoading: 400
|
|||
padding-left: 69px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.protyle-breadcrumb > .protyle-breadcrumb__space {
|
||||
-webkit-app-region: drag;
|
||||
min-width: 32px;
|
||||
|
||||
&:hover {
|
||||
border-radius: 16px;
|
||||
background-color: var(--b3-theme-surface-light);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.custom-attr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue