ui: fix note not opening

This commit is contained in:
thecodrr
2020-01-08 16:44:02 +05:00
parent 86c2eebb1b
commit 6eb2bf4a67

View File

@@ -60,6 +60,7 @@ const ListItem = props => (
}
}}
sx={{
flex: "1 1 auto",
paddingTop: props.pinned ? 4 : 0,
":hover": {
cursor: "pointer"