You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both CodeBlock and InlineFrame should be vertically resizable. I imagine a VerticalResizer component under ui we can wrap both in that has a horizontal bar underneath its children DOM elements that can be clicked and dragged to resize.
Then CodeBlock and InlineFrame need to be modified to take up 100% of vertical height of the resizer element using CSS. While doing this, we should also make sure this means when you zoom/open a CodeBlock or InlineFrame node, it takes up all the vertical space of the panel.
The text was updated successfully, but these errors were encountered:
Both CodeBlock and InlineFrame should be vertically resizable. I imagine a VerticalResizer component under
ui
we can wrap both in that has a horizontal bar underneath its children DOM elements that can be clicked and dragged to resize.Then CodeBlock and InlineFrame need to be modified to take up 100% of vertical height of the resizer element using CSS. While doing this, we should also make sure this means when you zoom/open a CodeBlock or InlineFrame node, it takes up all the vertical space of the panel.
The text was updated successfully, but these errors were encountered: