mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 12:20:16 +01:00
This commit is contained in:
parent
1278c30e9d
commit
526c830535
4 changed files with 105 additions and 26 deletions
|
|
@ -149,6 +149,18 @@
|
|||
width: 300px;
|
||||
max-height: 70vh;
|
||||
|
||||
.b3-chip {
|
||||
max-width: 220px;
|
||||
margin: 1px 0;
|
||||
padding: 6px 12px 6px 14px;
|
||||
float: left;
|
||||
|
||||
svg {
|
||||
width: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.block__icon {
|
||||
line-height: 20px;
|
||||
padding: 0 4px;
|
||||
|
|
@ -161,12 +173,12 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
&__item:hover .b3-menu__action {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&__item:not([data-type="nobg"]):hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
|
||||
.b3-menu__action {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
padding: 8px 12px;
|
||||
border-radius: var(--b3-border-radius-b);
|
||||
border-radius: 20px;
|
||||
transition: var(--b3-transition);
|
||||
text-decoration: none;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue