🎨 https://github.com/siyuan-note/siyuan/pull/15205 不能这样修复,否则移动端无法点击

This commit is contained in:
Vanessa 2025-07-03 10:42:24 +08:00
parent d507dffb13
commit 64a031bd6c

View file

@ -265,18 +265,19 @@
}
.protyle-top:hover .protyle-background--enable {
.protyle-background__action {
opacity: .86;
}
.protyle-background__action,
.protyle-background__img .protyle-icons {
display: flex;
opacity: .86;
}
}
.protyle-background {
position: relative;
&:not(.protyle-background--enable) .protyle-background__img .protyle-icons {
display: none;
}
&--enable {
.protyle-background__img:hover .protyle-icons,
.protyle-background__icon:hover {
@ -335,7 +336,6 @@
}
.protyle-icons {
display: none;
position: absolute;
top: 8px;
right: 8px;