fix: hide items list button on desktop

This commit is contained in:
Aman Harwara
2022-10-22 17:35:37 +05:30
parent e9bf7d336b
commit fc6c6bad2c

View File

@@ -19,7 +19,7 @@ const MobileItemsListButton = () => {
return ( return (
<RoundIconButton <RoundIconButton
className="mr-3" className="mr-3 md:hidden pointer-coarse:md-only:flex pointer-coarse:lg-only:flex"
onClick={() => { onClick={() => {
if (isTabletScreenSize) { if (isTabletScreenSize) {
toggleNotesListOnTablets() toggleNotesListOnTablets()