scrollytelling-pageflow-navigation 1.14.3 → 1.14.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ec37e0202ef06d4e02f6f77bcfb91da81d2c63b
4
- data.tar.gz: b71a77f9d757091fd8ba6864d557fb737eb7b58f
3
+ metadata.gz: d2438ce279e9895ac13b2a0832d3865953f1a224
4
+ data.tar.gz: 193da54062bea4569bf43f534a80e9dc3ab78216
5
5
  SHA512:
6
- metadata.gz: 0ae92392841f62b603cea401b46ae499b088108797357ec66ac4eac70104b20eecead6dc37607ec496860ac36f8b7a2728e25ea022fa20cb260e3ecb5d30b57b
7
- data.tar.gz: 169879f3956b354013799e0c4eac7908fa6cc25ca1e671648654c9babd6d77be5a3353cd4d288862c38391647aeee2d433d0cc7a957bc6dfa6178678d390421c
6
+ metadata.gz: e23c2c55fe4045648bff9074fb26145d80a1f478c973a5889eb092d4b0ec1795e04460e5e8629616811c4869a34bf9784ff596a80f6f29e039ea483c46401506
7
+ data.tar.gz: 0b6290db74ab073bbf028dfde603df0ba97f82bec4dd9980be7c6b0279d2421fac9acdc629dabcd966d02e2298664c8e12fcc23cfc36f4c131ae3d62f6cd7ade
@@ -40,3 +40,4 @@ ul.scrolly-nav-box {
40
40
  @import "./navigation/entry";
41
41
  @import "./navigation/parent_page";
42
42
  @import "./navigation/home_button";
43
+ @import "./navigation/mobile_overrides";
@@ -3,11 +3,6 @@
3
3
  @include scrollytelling-indicator;
4
4
  left: 100px;
5
5
  bottom: 20px;
6
-
7
- @include mobile {
8
- left: 20px;
9
- }
10
-
11
6
  }
12
7
 
13
8
  .indicator.invert {
@@ -3,10 +3,6 @@ ul.scrollytelling-home_button {
3
3
  left: 100px;
4
4
  top: 20px;
5
5
 
6
- @include mobile {
7
- left: 20px;
8
- }
9
-
10
6
  a {
11
7
  color: $scrollytelling-nav-color;
12
8
 
@@ -0,0 +1,20 @@
1
+ @include mobile {
2
+ #scrollytelling-pageflow-navigation,
3
+ ul.scrollytelling-sharing {
4
+ display: none;
5
+ }
6
+
7
+ ul.scrollytelling-home_button {
8
+ top: 10px;
9
+ left: 20px;
10
+ }
11
+
12
+ ul.scrollytelling-options {
13
+ bottom: 20px;
14
+ right: 10px;
15
+ }
16
+
17
+ .entry .indicator {
18
+ left: 20px;
19
+ }
20
+ }
@@ -1,10 +1,3 @@
1
- @media screen and (max-width: 768px) {
2
- #scrollytelling-pageflow-navigation,
3
- ul.scrollytelling-sharing {
4
- display: none;
5
- }
6
- }
7
-
8
1
  #scrollytelling-pageflow-navigation {
9
2
  right: 70px;
10
3
  position: absolute;
@@ -46,10 +46,6 @@ ul.scrollytelling-sharing {
46
46
  height: 40px;
47
47
  text-align: right;
48
48
 
49
- @include mobile {
50
- right: 20px;
51
- }
52
-
53
49
  li {
54
50
  display: inline;
55
51
  }
@@ -1,7 +1,7 @@
1
1
  module Scrollytelling
2
2
  module Pageflow
3
3
  module Navigation
4
- VERSION = "1.14.3"
4
+ VERSION = "1.14.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-pageflow-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.3
4
+ version: 1.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij
@@ -111,6 +111,7 @@ files:
111
111
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss
112
112
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_home_button.scss
113
113
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_navigation.scss
114
+ - app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_overrides.scss
114
115
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
115
116
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss
116
117
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_parent_page.scss