fix: 修复浮动按钮布局问题
- 移除 #float_action_buttons 的 flex 布局(恢复原始状态) - 为 .fabtn 的 display: block 添加 !important 确保覆盖 btn-icon 样式
This commit is contained in:
@@ -3088,12 +3088,6 @@ html.darkmode .wp-block-calendar tbody td {
|
|||||||
|
|
||||||
transition: all var(--animation-normal) var(--ease-standard);
|
transition: all var(--animation-normal) var(--ease-standard);
|
||||||
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#float_action_buttons.fabtns-float-left {
|
#float_action_buttons.fabtns-float-left {
|
||||||
@@ -3142,7 +3136,7 @@ html.is-home.banner-as-cover #float_action_buttons.hidden {
|
|||||||
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
display: block;
|
display: block !important;
|
||||||
|
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user