mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: make drag handle size dynamic
This commit is contained in:
@@ -89,10 +89,10 @@ export function TaskItemComponent(
|
||||
".icon:hover path": {
|
||||
fill: "var(--checked) !important"
|
||||
},
|
||||
mt: "1px",
|
||||
mx: 1
|
||||
mx: 1,
|
||||
fontFamily: "inherit"
|
||||
}}
|
||||
size={isMobile ? 24 : 20}
|
||||
size={isMobile ? "2.46ch" : "2.22ch"}
|
||||
/>
|
||||
)}
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user