ui: vertical more button on list item unaligned

This commit is contained in:
thecodrr
2020-05-04 16:47:51 +05:00
parent 457690d840
commit e081d8c9ae

View File

@@ -143,6 +143,7 @@ function ListItem(props) {
sx={{
flex: "1 1 auto",
paddingTop: props.pinned ? 4 : 0,
width: "90%",
":hover": {
cursor: "pointer",
},
@@ -183,7 +184,6 @@ function ListItem(props) {
{props.menuItems && (
<Icon.MoreVertical
size={22}
strokeWidth={2}
color="icon"
sx={{ marginRight: -1 }}
onClick={(e) => {