fleetio_spark 0.1.5 → 0.1.6
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 +4 -4
- data/app/assets/stylesheets/spark/components/_nav-menu.scss +2 -1
- data/app/assets/stylesheets/spark/components/_sidebar.scss +2 -1
- data/lib/fleetio_spark/version.rb +1 -1
- data/public/{spark-0.1.5.css → spark-0.1.6.css} +4 -2
- data/public/spark-0.1.6.css.gz +0 -0
- data/public/{spark-0.1.5.js → spark-0.1.6.js} +0 -0
- data/public/{spark-0.1.5.js.gz → spark-0.1.6.js.gz} +0 -0
- metadata +5 -5
- data/public/spark-0.1.5.css.gz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c52a5de50d51e9cbcfc1aa340a0ff165884f1d54e251f5ffe00afe9ef6c1a545
|
|
4
|
+
data.tar.gz: 759b35eb3a9f2f670aecc0e1a26442f823daa5212ae926704e51a152b751ebc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 954c91b339092511469b4a3110a431afbbae9c554c5d749e1924c04b587e220c9a4f05b19fcd4f5a3f819d858fae1e819f5c0373f95fdb08764793787980fe0c
|
|
7
|
+
data.tar.gz: 266e07dd5ad217ff60d83a2a471bf0b410d52c133f450bbeaada2582458ba07f824df114b86d7956bb8c2f938277149e2fd3a7f317d07c1382d423b3c52cd329
|
|
@@ -655,7 +655,8 @@ input:checked + .check-switch-panel {
|
|
|
655
655
|
height: 0; }
|
|
656
656
|
.modal-panel .nav-menu {
|
|
657
657
|
max-height: 80vh;
|
|
658
|
-
overflow-y:
|
|
658
|
+
overflow-y: scroll;
|
|
659
|
+
-webkit-overflow-scrolling: touch; }
|
|
659
660
|
.nav-menu-group {
|
|
660
661
|
list-style: none;
|
|
661
662
|
margin: 0;
|
|
@@ -849,7 +850,8 @@ input:checked + .check-switch-panel {
|
|
|
849
850
|
height: 100%; }
|
|
850
851
|
.sidebar-nav .nav-tree {
|
|
851
852
|
list-style: none;
|
|
852
|
-
overflow:
|
|
853
|
+
overflow-y: scroll;
|
|
854
|
+
-webkit-overflow-scrolling: touch;
|
|
853
855
|
position: absolute;
|
|
854
856
|
top: 0;
|
|
855
857
|
left: 0;
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
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.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -184,10 +184,10 @@ files:
|
|
|
184
184
|
- lib/fleetio_spark.rb
|
|
185
185
|
- lib/fleetio_spark/helper.rb
|
|
186
186
|
- lib/fleetio_spark/version.rb
|
|
187
|
-
- public/spark-0.1.
|
|
188
|
-
- public/spark-0.1.
|
|
189
|
-
- public/spark-0.1.
|
|
190
|
-
- public/spark-0.1.
|
|
187
|
+
- public/spark-0.1.6.css
|
|
188
|
+
- public/spark-0.1.6.css.gz
|
|
189
|
+
- public/spark-0.1.6.js
|
|
190
|
+
- public/spark-0.1.6.js.gz
|
|
191
191
|
homepage:
|
|
192
192
|
licenses:
|
|
193
193
|
- MIT
|
data/public/spark-0.1.5.css.gz
DELETED
|
Binary file
|