dlegr250_material_design 0.4.91 → 0.4.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a16f816faf773b0ffcfefc193e4d856905f2d53e
4
- data.tar.gz: a75693e9ebdfa0a0f62f0f4fdfaecd35ae8a770d
3
+ metadata.gz: 377c9ff0a027cfa0b088100ea987bc135f971704
4
+ data.tar.gz: a1f546fc2ac0b6682b086ee2e30b49b8aefdf39f
5
5
  SHA512:
6
- metadata.gz: 013a7ba8011d7476d1689eed07f32b56123d49c986bb507d439fe3e9a3291676848050aa189b05894ff3324d2e22de4d2435b2d93b6ed159d34dedb12675105b
7
- data.tar.gz: 97e7261cc12608d45948cb2bfc74472e14e2f52d12f589bf095d91b7475c00d51b9a2d0ac784abcb234ff8e55c4dfbda6cd9eef01f0045ef560a347935492aef
6
+ metadata.gz: 554f064fd110c893951e7d4cdf3187197e2501e9298660b4c123bfd054e48047fc83d5414a97da40e0260250ce654f758f0137edcf84414c4bdd3e5858460a01
7
+ data.tar.gz: 200f4e4306518f963bde1f3e4f3c65a0eb9c80ee7985ccde37dae4962c9015daac28b0a8f64d6b59e5154d8bc947f2a6dff8601282e61a9f5d7099d9449a5716
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.91"
2
+ VERSION = "0.4.92"
3
3
  end
@@ -30,6 +30,7 @@ $main-left: $sidebar-width + 1; // Allows for 1px border
30
30
  $card-width-xsmall: 180px;
31
31
  $card-width-small: 220px;
32
32
  $card-width: 280px;
33
+ $card-width-normal: $card-width; // For consistency
33
34
  $card-width-large: 360px;
34
35
  $card-width-xlarge: 420px;
35
36
 
@@ -42,6 +43,7 @@ $list-item-icon-width: 40px;
42
43
  // Dimensions - menus
43
44
  //----------------------------------------------------------------------
44
45
 
46
+ $menu-max-height: 500px;
45
47
  $menu-width: 56px;
46
48
  $menu-width-factors: 1, 2, 3, 4, 5, 6, 7;
47
49
 
@@ -36,7 +36,8 @@
36
36
  .menu {
37
37
  background: color("white");
38
38
  line-height: normal;
39
- overflow: hidden;
39
+ max-height: $menu-max-height;
40
+ overflow: auto;
40
41
  padding: 0;
41
42
  position: absolute;
42
43
  right: 0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.91
4
+ version: 0.4.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand