mirror of
https://github.com/rust-kotlin/ashell.git
synced 2026-09-22 08:01:00 +00:00
fix: align sftp list item checkbox with header checkbox
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user