fix: 修复浮动按钮容器不显示的问题

- 为 fabtns-unloaded 添加过渡动画
- 添加 jQuery 和 DOM 加载检查,确保元素存在后再初始化
- 添加重试机制,防止初始化失败
This commit is contained in:
2026-01-12 17:00:21 +08:00
parent c111edcf4c
commit 41df989bdf
2 changed files with 14 additions and 3 deletions

View File

@@ -3154,11 +3154,9 @@ html.is-home.banner-as-cover #float_action_buttons.hidden {
}
.fabtns-unloaded {
opacity: 0;
pointer-events: none;
transition: opacity var(--animation-normal) var(--ease-standard);
}
.fabtn {