File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jderobot-ide-interface" ,
3- "version" : " 0.1.80 " ,
3+ "version" : " 0.1.81 " ,
44 "main" : " dist/main.js" ,
55 "typings" : " dist/index.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -30,13 +30,14 @@ export const StyledDropdown = styled.button<StyledDropdownProps>`
3030 left: ${ ( p ) => p . left ?? 1 } px;
3131 display: flex;
3232 position: absolute;
33- z-index: 3 ;
33+ z-index: 300 ;
3434 flex-direction: column;
3535 background-color: ${ ( p ) => p . bgColor ?? primaryColor } ;
3636 border: 1px black solid;
3737 ${ handleDown }
3838
3939 & button {
40+ height: 34px;
4041 border-radius: 0 !important;
4142 border-top-left-radius: 0px;
4243 border-top-right-radius: 0px;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export const DropdownStatusBar = ({
7676 hoverColor = { theme . palette . secondary }
7777 roundness = { theme . roundness }
7878 width = { width }
79- height = { baseHeight + possibleValues . length * 28 }
79+ height = { baseHeight + possibleValues . length * 34 }
8080 left = { right }
8181 down = { down }
8282 >
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ const StatusBar = ({
110110 baseUniverse = { baseUniverse }
111111 />
112112 ) }
113+ < div style = { { "marginLeft" : "auto" } } />
113114 { extraComponents . extras . map ( ( component : any ) => {
114115 return component ;
115116 } ) }
You can’t perform that action at this time.
0 commit comments