active_frontend 16.0.13 → 16.0.14

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: adaf6e5024a4985413a2d50a9762fc882ae1abcb70e36070e1cbd347b1cb9bf2
4
- data.tar.gz: 5072b5b9d150d174afc800ab6add8ea9b6e442aa4a842c1f75f5d9fb02ad3d9f
3
+ metadata.gz: fdeab71e2590be244a912ef6cd657dd10117d98a6e3e73ef3f33fe8533e70401
4
+ data.tar.gz: 42ff3d05f4e420608aedf23d98828482dd06b4fbf41ee45fcf7390fd945a8bdb
5
5
  SHA512:
6
- metadata.gz: db3114771948d745b885961ae2367ff55cb19feb7517ce6f974289315da83e986c92eb38f634a983ddf29386bdcfc7f4cb8087d19e218e8e550cb41376a11a52
7
- data.tar.gz: 98811809907e3fd05957f14eea49c28f376cf68cec18761a5f19333d5ef1beeaebfd30804b523743fc1aa225b58a17bda4cfb4a38429dae7d3c55911d53567b4
6
+ metadata.gz: b1c11e9970270fe0f67e56212f089bc49bcd0fe4e111eb75bf25a68dc98fd516643efc6248be2caadcc88b88d2e8ea8e0fe6e2c0069aafdd465816651a7b3f1b
7
+ data.tar.gz: f0a6f8ee5b6701e6011463b43a25bb8a78fffac6b2b176238d86f6bb971c28fdfc7ded77839640b619ba2f1b9c1e9c4c301463b9e407cb32d33267703350f46c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.13'
4
+ VERSION ||= '16.0.14'
5
5
  end
@@ -58,8 +58,7 @@
58
58
  }
59
59
  }
60
60
  @media only screen and (max-width: 767px) {
61
- .layout-body,
62
- .layout-sidebar {
61
+ .layout-body {
63
62
  &.with-sticky-header {
64
63
  height: calc(100% - 54px);
65
64
  margin-top: 54px;
@@ -68,8 +67,15 @@
68
67
  }
69
68
  }
70
69
  .layout-sidebar {
71
- width: 260px;
70
+ max-width: 300px;
71
+ width: 75%;
72
72
 
73
+ &.with-sticky-header {
74
+ height: 100%;
75
+ margin-top: 0;
76
+
77
+ &.with-sticky-navbar { height: 100%; }
78
+ }
73
79
  &:not(.hidden) + .layout-body { width: calc(100% - 260px); }
74
80
  &.fixed + .layout-body { width: 100%; }
75
81
  }
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.13
4
+ version: 16.0.14
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-27 00:00:00.000000000 Z
11
+ date: 2018-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails