dlegr250_material_design 0.6.06 → 0.6.07

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: 35a8c13741f8d345a001951845e93f34f2306ddb
4
- data.tar.gz: 38ed4115bb32058908c620ef42c0d1a120174a07
3
+ metadata.gz: 5138af37152a228bc52bf3ec38813a281c50c928
4
+ data.tar.gz: d456ce4e15605c7d8e4fc12a7ff18b278da00ce7
5
5
  SHA512:
6
- metadata.gz: 866e1a8c70eabcc7baa72cce572866c68cb142c6a1712645f6c3352770e301b47b726bca965a1885a04c7e46ee451d626e1462ed48f098762a2e55de64f06b40
7
- data.tar.gz: 7d23088406aefca8f06ad242c63bbbc9b48dc3333c8e13ef35efe9b4bd47a972764f6f100e14f1ad13186ef801766fabd66dd9b41edc2032bcccfaed22897341
6
+ metadata.gz: 977f9b89925ad0bb0b93b43c8751c199ff4e2052ad022d696ced21b83563c52be829be033cbf136478d74940b8dc46d2d358ab3946340d96b4e0808668f8aa86
7
+ data.tar.gz: bcdd6907a5dbdb0a34a07401c832e407ea44c6d70582dd5520f8e28dcbc40c1ca64b83181d86507fcfc4bae55c455148cba09dcf3dd77e3490886d3bc55210a7
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.6.06"
2
+ VERSION = "0.6.07"
3
3
  end
@@ -37,6 +37,7 @@
37
37
  cursor: default;
38
38
  display: flex;
39
39
  flex-direction: column;
40
+ height: auto;
40
41
  max-height: 100%;
41
42
  max-width: 90%;
42
43
  min-width: 280px;
@@ -73,19 +74,19 @@
73
74
  }
74
75
 
75
76
  // Sizes
76
- // @media (min-width: $device-small) {
77
- // .dialog-xsmall { width: $dialog-width-xsmall !important; }
78
- // .dialog-small { width: $dialog-width-small !important; }
79
- // .dialog-normal { width: $dialog-width-normal !important; }
80
- // .dialog-large { width: $dialog-width-large !important; }
81
- // .dialog-xlarge { width: $dialog-width-xlarge !important; }
82
- // }
77
+ @media (min-width: $device-small) {
78
+ .dialog-xsmall { width: $dialog-width-xsmall !important; }
79
+ .dialog-small { width: $dialog-width-small !important; }
80
+ .dialog-normal { width: $dialog-width-normal !important; }
81
+ .dialog-large { width: $dialog-width-large !important; }
82
+ .dialog-xlarge { width: $dialog-width-xlarge !important; }
83
+ }
83
84
 
84
- .dialog-xsmall { width: $dialog-width-xsmall !important; }
85
- .dialog-small { width: $dialog-width-small !important; }
86
- .dialog-normal { width: $dialog-width-normal !important; }
87
- .dialog-large { width: $dialog-width-large !important; }
88
- .dialog-xlarge { width: $dialog-width-xlarge !important; }
85
+ .dialog-xsmall { width: $dialog-width-xsmall; }
86
+ .dialog-small { width: $dialog-width-small; }
87
+ .dialog-normal { width: $dialog-width-normal; }
88
+ .dialog-large { width: $dialog-width-large; }
89
+ .dialog-xlarge { width: $dialog-width-xlarge; }
89
90
 
90
91
  // Dialog - title (header without toolbar actions)
91
92
  //----------------------------------------------------------------------
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.6.06
4
+ version: 0.6.07
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand