mirror of
https://github.com/Ekokumppanit/Bicyclesim.git
synced 2026-03-14 07:58:17 +00:00
Upgrade Meteor. Use keyboard for speed input.
This commit is contained in:
@@ -115,17 +115,16 @@ a.thumbnail
|
||||
height 250px
|
||||
left 0
|
||||
top 0
|
||||
opacity 0.8
|
||||
display none
|
||||
opacity 0.0
|
||||
|
||||
.street
|
||||
filter(blur(4px))
|
||||
// filter(blur(4px))
|
||||
|
||||
.show-map
|
||||
.street
|
||||
filter(blur(0))
|
||||
// filter(blur(0))
|
||||
.map
|
||||
display block
|
||||
opacity 0.8
|
||||
|
||||
.show-sidebar
|
||||
.street, .map
|
||||
@@ -138,7 +137,7 @@ a.thumbnail
|
||||
bottom 42px
|
||||
left 0
|
||||
right 0
|
||||
background rgba(0, 0, 0, 0.5)
|
||||
// background rgba(0, 0, 0, 0.5)
|
||||
padding-top 30px
|
||||
overflow-y auto
|
||||
|
||||
@@ -186,6 +185,13 @@ ol.points
|
||||
font-weight bold
|
||||
line-height 150%
|
||||
|
||||
.speedSliderContainer
|
||||
position absolute
|
||||
bottom 100px
|
||||
right 20px
|
||||
.speedSlider
|
||||
height 200px
|
||||
|
||||
::-webkit-scrollbar
|
||||
background transparent
|
||||
border none
|
||||
|
||||
Reference in New Issue
Block a user