active_frontend 16.0.14 → 16.0.15

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
  SHA256:
3
- metadata.gz: fdeab71e2590be244a912ef6cd657dd10117d98a6e3e73ef3f33fe8533e70401
4
- data.tar.gz: 42ff3d05f4e420608aedf23d98828482dd06b4fbf41ee45fcf7390fd945a8bdb
3
+ metadata.gz: d3c6267fcb7117c4f0050852efca763387fa8a013fb65754ecba9619707d2e4b
4
+ data.tar.gz: 429e6dc1c828840661065ecd144e7addd650b13920e1d4bee2337d45c909efee
5
5
  SHA512:
6
- metadata.gz: b1c11e9970270fe0f67e56212f089bc49bcd0fe4e111eb75bf25a68dc98fd516643efc6248be2caadcc88b88d2e8ea8e0fe6e2c0069aafdd465816651a7b3f1b
7
- data.tar.gz: f0a6f8ee5b6701e6011463b43a25bb8a78fffac6b2b176238d86f6bb971c28fdfc7ded77839640b619ba2f1b9c1e9c4c301463b9e407cb32d33267703350f46c
6
+ metadata.gz: 425e12e2ec639c5d0879adaeb52b980057f09b0d7795f8ab636eab09c235ebc77d8dead562e970a10212ccdb6dac7e11a47f8f85072b4b36c0ed5e936fbdb12d
7
+ data.tar.gz: 9526efc4b7af5658e3cc570d2d7037b42280fe9d3313e52e7bf56e1cbe87441f99c92b24cdab3efda274a01f91c5e96d71fd8e0305daaab024a1e7cf11868492
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.14'
4
+ VERSION ||= '16.0.15'
5
5
  end
@@ -58,24 +58,30 @@
58
58
  }
59
59
  }
60
60
  @media only screen and (max-width: 767px) {
61
+ .layout-body,
62
+ .layout-sidebar {
63
+ height: initial;
64
+ min-height: 100%;
65
+ margin: 0;
66
+
67
+ &.with-sticky-header {
68
+ margin: 0;
69
+ min-height: 100%;
70
+ }
71
+ }
61
72
  .layout-body {
62
73
  &.with-sticky-header {
63
- height: calc(100% - 54px);
64
- margin-top: 54px;
74
+ height: initial;
75
+ padding-top: 54px;
65
76
 
66
- &.with-sticky-navbar { height: calc(100% - 108px); }
77
+ &.with-sticky-navbar { padding-bottom: 54px; }
67
78
  }
68
79
  }
69
80
  .layout-sidebar {
70
81
  max-width: 300px;
71
82
  width: 75%;
72
83
 
73
- &.with-sticky-header {
74
- height: 100%;
75
- margin-top: 0;
76
-
77
- &.with-sticky-navbar { height: 100%; }
78
- }
84
+ &.with-sticky-header { height: 100%; }
79
85
  &:not(.hidden) + .layout-body { width: calc(100% - 260px); }
80
86
  &.fixed + .layout-body { width: 100%; }
81
87
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.14
4
+ version: 16.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-28 00:00:00.000000000 Z
11
+ date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails