mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
💄
This commit is contained in:
parent
8043868c6e
commit
e9120599c2
2 changed files with 3 additions and 2 deletions
|
|
@ -107,7 +107,6 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
&__space {
|
&__space {
|
||||||
flex: 1;
|
|
||||||
min-width: 8px;
|
min-width: 8px;
|
||||||
transition: var(--b3-transition);
|
transition: var(--b3-transition);
|
||||||
color: var(--b3-theme-on-surface);
|
color: var(--b3-theme-on-surface);
|
||||||
|
|
@ -122,6 +121,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
transition: var(--b3-transition);
|
transition: var(--b3-transition);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
flex: 1;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
|
@ -154,6 +154,7 @@
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--b3-theme-on-background);
|
color: var(--b3-theme-on-background);
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ export class Breadcrumb {
|
||||||
action: id === protyle.block.rootID ? [Constants.CB_GET_FOCUS] : [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL]
|
action: id === protyle.block.rootID ? [Constants.CB_GET_FOCUS] : [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL]
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
zoomOut({protyle, id, focusId: protyle.block.id});
|
zoomOut({protyle, id});
|
||||||
}
|
}
|
||||||
/// #endif
|
/// #endif
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue