mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
77ac563117
commit
81224760da
7 changed files with 27 additions and 13 deletions
|
|
@ -159,7 +159,7 @@
|
|||
padding: 0 2px;
|
||||
flex-shrink: 0;
|
||||
height: 14px;
|
||||
width: 12px;
|
||||
width: 14px;
|
||||
line-height: 14px;
|
||||
font-size: 12px;
|
||||
|
||||
|
|
|
|||
|
|
@ -70,4 +70,11 @@
|
|||
background-color: var(--b3-theme-background);
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&__list {
|
||||
position: relative;
|
||||
height: calc(50% - 69px);
|
||||
overflow: auto;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue