mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
🎨 只读数据库主键复制按钮
This commit is contained in:
parent
434e8174fa
commit
bc2942b701
2 changed files with 10 additions and 7 deletions
|
|
@ -384,6 +384,14 @@
|
|||
min-height: 23px;
|
||||
padding: 5px 4px;
|
||||
|
||||
&:hover {
|
||||
.b3-chip[data-type="block-more"] {
|
||||
top: 4px;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.av__cell {
|
||||
padding: 2px 4px;
|
||||
border-right: 0;
|
||||
|
|
@ -397,16 +405,11 @@
|
|||
&:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
border-radius: var(--b3-border-radius);
|
||||
|
||||
.b3-chip[data-type="block-more"] {
|
||||
top: 4px;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.block__icon {
|
||||
display: none;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
&[data-dtype="created"],
|
||||
|
|
|
|||
|
|
@ -796,7 +796,7 @@
|
|||
}
|
||||
|
||||
.av__cell[data-block-id] > .block__icon[data-type="copy"] {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue