Improvement: option to resize the debugger popover (Left sidebar) (#2048)

This commit is contained in:
Arpit 2022-02-01 07:06:38 +05:30 committed by GitHub
parent fe688d57ee
commit 80f81ff730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ export const LeftSidebarDebugger = ({ darkMode, errors }) => {
<div
{...content}
className={`card popover debugger-popover ${open || popoverPinned ? 'show' : 'hide'}`}
style={{ minWidth: '180px', minHeight: '108px', maxWidth: '480px' }}
style={{ minWidth: '350px', minHeight: '108px', resize: 'horizontal', maxWidth: '50%' }}
>
<div className="row-header">
<div className="nav-header">