dlegr250_material_design 0.5.41 → 0.5.42

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: e2f74fe2b9e5fd84aa5b2f3a6ce3fe78046ed23d
4
- data.tar.gz: f4c8e24881702e23f62522cf285ec3b2e1535a28
3
+ metadata.gz: df3544120dc586a590f051c05260a51075f6ad18
4
+ data.tar.gz: 36dc91475d4980514f7038f7a1adde6ec13f6d23
5
5
  SHA512:
6
- metadata.gz: 6815731304f87d112dde44b69a4a551cffbb3ac31194ed9bf07dbbf5ef54407fdabab5867e66002c729b3d8c07a12304eee8a196b8207c3796b9f39ea69fc591
7
- data.tar.gz: d12252aaebee12b4aa3defa835375f4b0a7b5b8f44b4b5bea4e57a9774db61accd2b5ee4f023077da0eabc1dd6b2b9da098a921d94b09d7596ac963f91b42b97
6
+ metadata.gz: e570a05b3865d8e44f8acb9d757a5b1d1c83324f449cd3ac2713bbb8b454570350b167cd3975f6e71c97569241c4820199cbf54ffe9e4daa7d82a44ea0395cde
7
+ data.tar.gz: 3cdfd8063a9afe02e6f66ce378b26a47955f462283c0f8497f0310c0628852e289362534390009083773a784f2b62fd515aa06c56ae75599dd66df8a76dcb00e
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.41"
2
+ VERSION = "0.5.42"
3
3
  end
@@ -133,7 +133,8 @@
133
133
  padding: $spacing-normal;
134
134
  }
135
135
 
136
- .dialog-scrollable {
136
+ .dialog-scrollable,
137
+ .dialog-scrollable-no-actions {
137
138
  max-height: calc(100vh - #{$appbar-height}); // For dialog-header
138
139
  overflow: scroll;
139
140
  }
@@ -142,6 +143,10 @@
142
143
  .dialog-scrollable {
143
144
  max-height: calc(90vh - #{$appbar-height * 2}); // For dialog-header and dialog-actions
144
145
  }
146
+
147
+ .dialog-scrollable-no-actions {
148
+ max-height: calc(90vh - #{$appbar-height}); // For dialog-header and dialog-actions
149
+ }
145
150
  }
146
151
 
147
152
  // Dialogs - actions
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.5.41
4
+ version: 0.5.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand