mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
02d97326b6
commit
4f25021884
2 changed files with 9 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
position: relative;
|
||||
border-bottom: 1px solid var(--b3-theme-surface-lighter);
|
||||
|
||||
&:hover .block__icon {
|
||||
.block__icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
@ -87,6 +87,12 @@
|
|||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&__result {
|
||||
white-space: nowrap;
|
||||
margin-left: 5px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
&__list {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue