changes after review

pull/3530/head^2
lianahus 2 years ago committed by Aniket
parent 79e20e30c3
commit 0698464ec7
  1. 2
      libs/remix-ui/panel/src/lib/main/main-panel.css
  2. 2
      libs/remix-ui/run-tab/src/lib/css/run-tab.css
  3. 4
      libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

@ -3,6 +3,6 @@
flex-direction : column; flex-direction : column;
height : 100%; height : 100%;
width : 100%; width : 100%;
position: relative; position : relative;
} }

@ -273,7 +273,7 @@
color: var(--primary); color: var(--primary);
} }
.udapp_titleExpander { .udapp_titleExpander {
margin-top: 2px; align-self: center;
} }
.udapp_nameNbuts { .udapp_nameNbuts {
display: contents; display: contents;

@ -154,13 +154,13 @@ export const TabsUI = (props: TabsUIProps) => {
} }
return ( return (
<div className='d-flex'> <div className='d-block'>
<CustomTooltip <CustomTooltip
placement="bottom" placement="bottom"
tooltipId="overlay-tooltip-all-tabs" tooltipId="overlay-tooltip-all-tabs"
tooltipText="Scroll to see all tabs" tooltipText="Scroll to see all tabs"
> >
<div className='remix-ui-tabs_end position-relative position-fixed'></div> <div className='remix-ui-tabs_end position-absolute position-fixed'></div>
</CustomTooltip> </CustomTooltip>
<div className="remix-ui-tabs d-flex justify-content-between border-0 header nav-tabs" data-id="tabs-component"> <div className="remix-ui-tabs d-flex justify-content-between border-0 header nav-tabs" data-id="tabs-component">
<div className="d-flex flex-row" style={{ maxWidth: 'fit-content', width: '97%' }}> <div className="d-flex flex-row" style={{ maxWidth: 'fit-content', width: '97%' }}>

Loading…
Cancel
Save