fix: set list row height to 40px (#25619)

- make checkbox container area larger to avoid accidental click routing to form
This commit is contained in:
Faris Ansari 2024-03-23 19:12:26 +05:30 committed by GitHub
parent ffc45f287d
commit 439e7c5b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@
.list-row {
padding: 15px 15px 15px 0px;
height: 38px;
height: 40px;
cursor: pointer;
transition: color 0.2s;
-webkit-transition: color 0.2s;
@ -157,10 +157,13 @@
}
}
.select-like,
.file-select {
padding-left: 11px;
}
.select-like {
padding: 10px 0 10px 11px;
}
}
.list-row-head {