active_frontend 16.3.1 → 16.3.2

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: f55a35c7d7bec2786033ae44fd2c4b72dae3c27e0720616c0fdecca40296736e
4
- data.tar.gz: 3a85a78653d04b07dba8bfcf7d79f2fa2baf8db2e7bbe847b062e3e65bf503ad
3
+ metadata.gz: '0881c81c1833a35a8bfa81393d93784bf64b085634a73254eb9ebf475d2f9043'
4
+ data.tar.gz: 3e1e340dc38f500cb4071fda0d825ba82a8f129085d440c5b1bd8d34cbd8b024
5
5
  SHA512:
6
- metadata.gz: 73cdf7025282cc1284ab36b0159709944f3a4006e2e56937a45fe587d03d411693d06d50518954ea558f36353c59623103aecaadc79f31874addc363a19e7e1e
7
- data.tar.gz: f209974ddde480a8b8008ef632a61131268c976241e3bd2cadbfc632925b6a9d74747ef35d5a268b59076b0cf1071b1bed84430c88f1e86c37a3c0edcb9a8448
6
+ metadata.gz: c615524bf9225bcf2fef1afccf57fa285f70a94bdcb772462647c207bd44c11f76296240820070574f74f7dd7c5e76836c46e23f5ffc0ce7be572e30c0742c92
7
+ data.tar.gz: 708e01cfdf1651c5d01aaceba7a6047ce98b2d41f3e125983a91eeb829d2e43332fe14ccf2accd5c39fbb92831bef227ddfbc813f95b0e93d8e5dbc92a8c3ce0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.3.1'
4
+ VERSION ||= '16.3.2'
5
5
  end
@@ -66,14 +66,12 @@
66
66
  max-width: 100%;
67
67
  width: 100%;
68
68
 
69
- &.with-sticky-header {
70
- margin: 0;
71
- min-height: 100%;
72
- }
69
+ &.with-sticky-header { margin: 0; }
73
70
  }
74
71
  .layout-body {
75
72
  &.with-sticky-header {
76
73
  height: initial;
74
+ min-height: initial;
77
75
  padding-top: 54px;
78
76
 
79
77
  &.with-sticky-navbar {
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.3.1
4
+ version: 16.3.2
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-07-24 00:00:00.000000000 Z
11
+ date: 2018-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails