File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const RouteDescription = (props: RouteProps): JSX.Element => {
18
18
return (
19
19
< div className = 'route-container' >
20
20
< div className = 'route-header' > Route: { url . pathname } </ div >
21
- < div className = 'route-content' style = { { height : `${ actions . length * 42 } px` } } >
21
+ < div className = 'route-content' style = { { height : `${ actions . length * 40.5 } px` } } >
22
22
< div >
23
23
< VerticalSlider className = 'main-slider' snapshots = { actions } />
24
24
</ div >
Original file line number Diff line number Diff line change 71
71
.jump-button ,
72
72
.current-location {
73
73
min-width : 90px ;
74
- padding : 4px 8px ;
74
+ height : 28px ; /* Fixed height for better vertical centering */
75
+ padding : 0 8px ; /* Reduced vertical padding */
75
76
border-radius : 6px ;
76
77
font-size : 0.9375rem ;
77
78
font-weight : 500 ;
78
- text-align : center ;
79
+ display : flex ;
80
+ align-items : center ;
81
+ justify-content : center ;
79
82
border : none ;
80
83
transition : all 200ms ease ;
81
- margin-top : 6 px ;
84
+ margin : 0 ; /* Removed top margin */
82
85
}
83
86
84
87
.time-button {
You can’t perform that action at this time.
0 commit comments