fix: 优化浮动按钮对齐
- 调整左右切换按钮尺寸为 32px,与其他按钮区分 - 容器使用 flex + align-items: center 确保所有按钮居中对齐
This commit is contained in:
11
style.css
11
style.css
@@ -3224,12 +3224,13 @@ html.is-home.banner-as-cover #float_action_buttons.hidden {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
/* 左右切换按钮 - 始终显示 */
|
||||
/* 左右切换按钮 - 始终显示,尺寸较小 */
|
||||
#fabtn_toggle_sides {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
opacity: 0.7;
|
||||
font-size: 12px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
opacity: 0.6;
|
||||
font-size: 11px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#fabtn_toggle_sides:hover {
|
||||
|
||||
Reference in New Issue
Block a user