File tree Expand file tree Collapse file tree
Charts/AdvancedChart/webview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const styleSheet = (params: { theme: Theme }) =>
5050 width : '100%' ,
5151 alignSelf : 'stretch' ,
5252 paddingTop : 12 ,
53- paddingBottom : 16 ,
53+ paddingBottom : 8 ,
5454 flexDirection : 'column' ,
5555 alignItems : 'flex-start' ,
5656 gap : 10 ,
Original file line number Diff line number Diff line change @@ -3577,7 +3577,7 @@ function createStudyLegendOverlay() {
35773577 const div = document . createElement ( 'div' ) ;
35783578 div . id = 'study-legend-overlay' ;
35793579 div . style . cssText =
3580- 'position:absolute;top:21px ;left:' +
3580+ 'position:absolute;top:1px ;left:' +
35813581 LEGEND_OVERLAY_LEFT_PX +
35823582 'px;z-index:5;pointer-events:none;' +
35833583 'display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:8px;row-gap:2px;' ;
Original file line number Diff line number Diff line change @@ -3586,7 +3586,7 @@ function createStudyLegendOverlay() {
35863586 const div = document.createElement('div');
35873587 div.id = 'study-legend-overlay';
35883588 div.style.cssText =
3589- 'position:absolute;top:21px ;left:' +
3589+ 'position:absolute;top:1px ;left:' +
35903590 LEGEND_OVERLAY_LEFT_PX +
35913591 'px;z-index:5;pointer-events:none;' +
35923592 'display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:8px;row-gap:2px;';
You can’t perform that action at this time.
0 commit comments