fix: align sftp list item checkbox with header checkbox

This commit is contained in:
TomZz
2026-06-14 16:09:31 +08:00
parent d175135529
commit d224506fd5
+2 -1
View File
@@ -431,7 +431,8 @@ impl Ashell {
.w_full()
.h(px(28.))
.items_center()
.gap_2()
.px_3()
.gap_2()
.bg(bg)
.hover(|style| style.bg(theme.muted.opacity(0.8)))
.border_b_1()