File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ onMounted(() => {
165
165
chart: minimapWrapper .value ,
166
166
})
167
167
svgMinimap .value .width = width;
168
- svgMinimap .value .height = height - 59 ;
168
+ svgMinimap .value .height = height - 47 ;
169
169
});
170
170
171
171
resizeObserver .value = new ResizeObserver (handleResize);
@@ -258,10 +258,7 @@ const rightLabelPosition = computed(() => {
258
258
<slot v-else name =" reset-action" :reset =" reset" />
259
259
</div >
260
260
</div >
261
- <div class =" double-range-slider" ref =" minimapWrapper" :style =" {
262
- zIndex: 0,
263
- paddingBottom: hasMinimap ? '24px' : '12px'
264
- }" >
261
+ <div class =" double-range-slider" ref =" minimapWrapper" style =" z-index : 0 " >
265
262
<template v-if =" hasMinimap " >
266
263
<div class =" minimap" style =" width : 100% " >
267
264
<svg :xmlns =" XMLNS" :viewBox =" `0 0 ${svgMinimap.width < 0 ? 0 : svgMinimap.width} ${svgMinimap.height < 0 ? 0 : svgMinimap.height}`" >
@@ -345,6 +342,7 @@ const rightLabelPosition = computed(() => {
345
342
width : calc (100% );
346
343
height : 40px ;
347
344
margin : 0 auto ;
345
+ padding-bottom : 12px ;
348
346
}
349
347
350
348
.minimap {
You can’t perform that action at this time.
0 commit comments