fleetio_spark 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 319ff03bee63fe7b288281b2b4c7d5f2957ca258c88b281e07700ed1d7a59cbe
4
- data.tar.gz: dbff6a83ca44b2b04c0ef014a4d1dbdd9b68c4c320694479b6703bef6e71cd52
3
+ metadata.gz: c88bede7252d250310d19d97eb6293ad330215ba9d8b633ca89c704f60069cc8
4
+ data.tar.gz: 2aeb807ded286438557a9616629ed924f0e4178dafd3904bd3f177df7a7a5064
5
5
  SHA512:
6
- metadata.gz: 14fd5c75ba4538057ccdd9e7211d0d99c1dcf78e72ddfe57a31a4e433998854623ab7d3bb584a336efe116b2f3f38aebc4d2083bcbbb32ebc1b2f855ce7700fd
7
- data.tar.gz: c622337705629c8ee58ffce325c78213e48c51d8ef717f364561e3c7d1af440a6778c584dfd632188eac4681182e86a5087852359ccc80e31308122f9b220e3d
6
+ metadata.gz: 7fcbe27893821191be9ede59fa79efb4ab1b52ed9a8cb8c6a0b804e4a31d2e8b7115693617f0b5030ac30efd1fe101c54213eaa24996e74f42eb629e42e6972f
7
+ data.tar.gz: f977965ce92e586b1e57a4546849af3c1350c1d77c359a0e7b73a33ccf98a369dcffa43b4c8449ee97e3bea08bfb70dc27640f4686c2496cb3b2a5c13842292c
@@ -11,6 +11,39 @@
11
11
  @include at-least( $width-md ) {
12
12
  margin-left: $sidebar-nav-width;
13
13
  }
14
+
15
+ // TODO: Refactor and move to more appropriate location
16
+ .affix-placeholder {
17
+ height: $app-nav-header-height;
18
+ }
19
+
20
+ .actions-bar.affix {
21
+ top: $app-nav-header-height;
22
+ left: 0;
23
+
24
+ @include at-least( $width-md ) {
25
+ left: $sidebar-nav-width;
26
+ }
27
+ }
28
+
29
+ // Live Map taskbar width fix
30
+ // TODO: Refactor and move to more appropriate location
31
+ .live-map-container {
32
+ margin: -#{$pad-base} -#{$pad-lg};
33
+
34
+ @include at-least( $width-md ) {
35
+ margin: -#{$pad-lg};
36
+ }
37
+ }
38
+ .live-map-taskbar {
39
+ width: 100%;
40
+ left: 0;
41
+
42
+ @include at-least( $width-md ) {
43
+ width: calc(100% - #{$sidebar-nav-width});
44
+ left: auto;
45
+ }
46
+ }
14
47
  }
15
48
 
16
49
  .hide-sidebar {
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -36,6 +36,26 @@ svg {
36
36
  @media all and (min-width: 1000px) {
37
37
  .app-layout {
38
38
  margin-left: 250px; } }
39
+ .app-layout .affix-placeholder {
40
+ height: 60px; }
41
+ .app-layout .actions-bar.affix {
42
+ top: 60px;
43
+ left: 0; }
44
+ @media all and (min-width: 1000px) {
45
+ .app-layout .actions-bar.affix {
46
+ left: 250px; } }
47
+ .app-layout .live-map-container {
48
+ margin: -8px -16px; }
49
+ @media all and (min-width: 1000px) {
50
+ .app-layout .live-map-container {
51
+ margin: -16px; } }
52
+ .app-layout .live-map-taskbar {
53
+ width: 100%;
54
+ left: 0; }
55
+ @media all and (min-width: 1000px) {
56
+ .app-layout .live-map-taskbar {
57
+ width: calc(100% - 250px);
58
+ left: auto; } }
39
59
 
40
60
  @media all and (min-width: 1000px) {
41
61
  .hide-sidebar .app-layout {
Binary file
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleetio_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -186,10 +186,10 @@ files:
186
186
  - lib/fleetio_spark.rb
187
187
  - lib/fleetio_spark/helper.rb
188
188
  - lib/fleetio_spark/version.rb
189
- - public/spark-0.1.9.css
190
- - public/spark-0.1.9.css.gz
191
- - public/spark-0.1.9.js
192
- - public/spark-0.1.9.js.gz
189
+ - public/spark-0.1.10.css
190
+ - public/spark-0.1.10.css.gz
191
+ - public/spark-0.1.10.js
192
+ - public/spark-0.1.10.js.gz
193
193
  homepage:
194
194
  licenses:
195
195
  - MIT
Binary file