File tree 1 file changed +7
-3
lines changed
lib/components/viewers/nearby
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,19 @@ export const fullTimestamp = (stoptime: StopTime) =>
25
25
// Style for child stop headers
26
26
const ChildStopHeader = styled . div `
27
27
display: flex;
28
+ align-items: center;
28
29
flex-direction: row;
29
30
justify-content: space-between;
30
- padding: 8px 16px;
31
+ padding: 10px 16px;
31
32
32
33
.child-stop-name {
33
34
font-size: 16px;
34
35
font-weight: 600;
35
36
}
37
+
38
+ &:first-of-type {
39
+ border-top: 1px solid #999999;
40
+ }
36
41
`
37
42
38
43
type Props = {
@@ -157,9 +162,8 @@ const Stop = ({
157
162
fromToSlot = { fromToSlot }
158
163
stopData = { stopData }
159
164
/>
165
+ < div > { timezoneWarning } </ div >
160
166
< div >
161
- < div > { timezoneWarning } </ div >
162
-
163
167
{ /* Main stop patterns */ }
164
168
{ ! isParentStop && (
165
169
< PatternRowContainer > { patternRows } </ PatternRowContainer >
You can’t perform that action at this time.
0 commit comments