fix: note panel resizing (#1497)

This commit is contained in:
Aman Harwara
2022-09-08 18:26:47 +05:30
committed by GitHub
parent 17131f7d67
commit 9267e580b5
2 changed files with 8 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ const ContentListView: FunctionComponent<Props> = ({
id="items-column"
className={classNames(
'sn-component section app-column flex flex-col border-b border-solid border-border ',
'xl:w-87.5 xsm-only:!w-full sm-only:!w-full md-only:!w-52 lg-only:!w-52',
'xl:w-87.5 xsm-only:!w-full sm-only:!w-full pointer-coarse:md-only:!w-52 pointer-coarse:lg-only:!w-52',
)}
aria-label={'Notes & Files'}
ref={itemsViewPanelRef}