mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
7f20a89b93
commit
da2865c0e5
2 changed files with 5 additions and 1 deletions
|
@ -761,7 +761,8 @@
|
|||
.av__row--header > .block__icons,
|
||||
.av__views .fn__space,
|
||||
.av__views .block__icon:not([data-type="av-search-icon"]),
|
||||
.av__widthdrag {
|
||||
.av__widthdrag,
|
||||
.av__gallery-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -335,6 +335,9 @@ export const disabledProtyle = (protyle: IProtyle) => {
|
|||
protyle.wysiwyg.element.querySelectorAll(".protyle-icons--show").forEach(item => {
|
||||
item.classList.remove("protyle-icons--show");
|
||||
});
|
||||
protyle.wysiwyg.element.querySelectorAll(".av__gallery-fields--edit").forEach(item => {
|
||||
item.classList.remove("av__gallery-fields--edit");
|
||||
});
|
||||
protyle.wysiwyg.element.querySelectorAll(".render-node .protyle-action__edit").forEach(item => {
|
||||
item.classList.add("fn__none");
|
||||
if (item.classList.contains("protyle-icon--first")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue