active_frontend 12.1.7 → 12.1.8

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: c3b841ee19ef929fa747f68b0d2d3c08aae327fd
4
- data.tar.gz: 13db99410de2c6ecbd1f5f5f0d29f78743bbc180
3
+ metadata.gz: f762da1cf9d45520b8aff970c6a93b7e99aaa7ff
4
+ data.tar.gz: c6be1b215d62e2aa23eb1dfc91db136cd066da43
5
5
  SHA512:
6
- metadata.gz: 6fbec58317ce64003aa7689e685240e64e71dd3d27f0b526cbf4dfce178e74e0fa70036424f61742e74dcf3098fe0619dc383220cf775840a8c9cafe2a894699
7
- data.tar.gz: 11d0fa567bf1a527127bc9275452b5af8d2747303d00b5a70073861836b4ae33a1d728709787eac0cec30e2ac5f1d7df00e07949c1e6b1162bfdd9004edfa388
6
+ metadata.gz: 4376c96bd7a25c31639ebae59134270e4921d0f3440336c54097309bcf39c48e56700631c2da6d416423f491d4b3562a40cfdde571390d8a3c7622e285e14704
7
+ data.tar.gz: 62126392877b18a0a6b9491db56b1b82ae60fbf98c36aa2302e8683e2d0e3a2491ecce7a1fa46a99a2d8513b36faa592c2167824108ec846cebe388577c0e2d1
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.7"
2
+ VERSION = "12.1.8"
3
3
  end
@@ -67,22 +67,22 @@
67
67
  text-transform: uppercase;
68
68
  }
69
69
  .sidebar-content {
70
- height: calc(100% - 50px);
70
+ border-color: inherit;
71
+ box-sizing: border-box;
72
+ height: calc(100% - 30px);
71
73
  @include overflow-scrolling(touch);
72
74
  overflow-x: hidden;
73
75
  overflow-y: auto;
74
76
  padding: 10px;
75
77
  }
76
- .sidebar-content-with-title { height: calc(100% - 111px); }
78
+ .sidebar-content-with-title { height: calc(100% - 91px); }
79
+ .sidebar-content-unpadded { padding: 0; }
77
80
  .sidebar-scrollable {
78
81
  border-bottom: 1px solid;
79
82
  border-color: inherit;
80
83
  height: calc(50% - 50px);
81
- @include overflow-scrolling(touch);
82
- overflow-x: hidden;
83
- overflow-y: auto;
84
84
  }
85
- .sidebar-scrollable-with-title { height: calc(50% - 111px); }
85
+ .sidebar-scrollable-with-title { height: calc(50% - 91px); }
86
86
 
87
87
  /* # Colors
88
88
  ================================================== */
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: 12.1.7
4
+ version: 12.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-19 00:00:00.000000000 Z
11
+ date: 2015-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails