Replace with bootstrap classes

pull/4798/head
ioedeveloper 6 months ago
parent 4f8e33236b
commit 94945d1ded
  1. 2
      libs/remix-ui/app/src/lib/remix-app/remix-app.tsx
  2. 2
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -208,7 +208,7 @@ const RemixApp = (props: IRemixAppUi) => {
<div id="main-panel" data-id="remixIdeMainPanel" className="mainpanel d-flex">
<RemixUIMainPanel layout={props.app.layout}></RemixUIMainPanel>
</div>
<div id="pinned-panel" ref={pinnedPanelRef} data-id="remixIdePinnedPanel" className={`pinnedpanel border-right border-left ${hidePinnedPanel ? 'd-none' : 'd-flex'}`}>
<div id="pinned-panel" ref={pinnedPanelRef} data-id="remixIdePinnedPanel" className={`flex-row-reverse pinnedpanel border-right border-left ${hidePinnedPanel ? 'd-none' : 'd-flex'}`}>
{props.app.pinnedPanel.render()}
</div>
<DragBar

@ -35,8 +35,6 @@ pre {
transition : width 0.25s;
}
.pinnedpanel {
display : flex;
flex-direction : row-reverse;
width : 320px;
transition : width 0.25s;
}

Loading…
Cancel
Save