mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 22:14:06 +01:00
This commit is contained in:
parent
82ffe82c81
commit
95144b5994
1 changed files with 20 additions and 0 deletions
|
|
@ -592,3 +592,23 @@
|
|||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
// 触摸屏嵌入块固定显示操作按钮
|
||||
@media (hover: none) {
|
||||
.protyle-wysiwyg {
|
||||
&[contenteditable="false"] .render-node[data-type=NodeBlockQueryEmbed] .protyle-action__edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[data-node-id].render-node[data-type=NodeBlockQueryEmbed] {
|
||||
.protyle-icons {
|
||||
opacity: .86;
|
||||
top: 8px;
|
||||
|
||||
& + .protyle-wysiwyg__embed > .protyle-breadcrumb__bar {
|
||||
margin-right: 74px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue