mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
ui: vertical more button on list item unaligned
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user