Add data breakpoint to layout css (#2076)
This PR adds `data-breakpoint` to the `tlui-layout`. ### Change Type - [x] `minor` — New feature
This commit is contained in:
parent
ff9c1655f9
commit
a7c421ce9e
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ const TldrawUiContent = React.memo(function TldrawUI({
|
|||
className={classNames('tlui-layout', {
|
||||
'tlui-layout__mobile': breakpoint < 5,
|
||||
})}
|
||||
data-breakpoint={breakpoint}
|
||||
>
|
||||
{isFocusMode ? (
|
||||
<div className="tlui-layout__top">
|
||||
|
|
Loading…
Reference in a new issue