Zuoqiu-Yingyi / siyuan-theme-dark-plus

思源笔记的一款多功能双模式主题 | A multifunctional dual-mode theme of SiYuan Note.
GNU Affero General Public License v3.0
139 stars 14 forks source link

更新后对PDF进行标注,被标注区域出现鬼畜现象 #81

Closed mybitdock closed 2 years ago

Zuoqiu-Yingyi commented 2 years ago

已修复, 如果急用的话使用如下内容覆盖 /conf/appearance/themes/Dark+/style/module/icon-zoom.css 文件

/* 引入参数配置 */
@import url(/appearance/themes/Dark+/style/module/config.css);
@import url(/widgets/custom.css);
svg.popover__block:hover {
  transform: scale(1.25);
  transition: all 0.1s ease-in-out;
}
.b3-list-item__icon:hover svg,
.dock__item:hover svg,
.toolbar__item:hover svg,
.block__icon:hover svg {
  transform: scale(1.25);
  transition: all 0.1s ease-in-out;
}
mybitdock commented 2 years ago

经验证,已恢复正常,感谢~

ghost commented 2 years ago

修改了之后还是会闪烁TAT

Zuoqiu-Yingyi commented 2 years ago

修改了之后还是会闪烁TAT

使用右上角的重新加载窗口按钮强制刷新试试

ghost commented 2 years ago

已经解决啦~谢谢啦

---原始邮件--- 发件人: @.> 发送时间: 2022年7月13日(周三) 晚上6:36 收件人: @.>; 抄送: @.**@.>; 主题: Re: [Zuoqiu-Yingyi/siyuan-theme-dark-plus] 更新后对PDF进行标注,被标注区域出现鬼畜现象 (Issue #81)

修改了之后还是会闪烁TAT

使用右上角的重新加载窗口按钮强制刷新试试

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>