File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- < button style =" margin-top: 10px " class ="add-route-button " mat-raised-button color ="primary " (click) ="addTab() "> Add
1+ < button class ="add-route-button " mat-raised-button color ="primary " (click) ="addTab() "> Add
22 Route
33</ button >
44
Original file line number Diff line number Diff line change 11< div class ="side-bar " style ="max-height: 100vh; overflow: auto; display: flex; flex-direction: column; position: fixed ">
22 < app-search [noResult] ="noResult " [loading] ="searchLoading " (routesVisibleEvent) ="routesVisible = $event.valueOf() "> </ app-search >
3- < div style ="overflow: auto ">
3+ < div style ="overflow: auto; margin-top: 5px ">
44 < app-routes [routesVisible] ="routesVisible " [hidden] ="!routesVisible "> </ app-routes >
55 < app-search-result-view (noResult) ="noResult = $event " (searchLoading) ="searchLoading = $event " [routesVisible] ="routesVisible "> </ app-search-result-view >
66 < app-region > </ app-region >
You can’t perform that action at this time.
0 commit comments