dlegr250_material_design 0.4.85 → 0.4.86

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: a91ecb29fa918176838957242ca43f9ab41139cd
4
- data.tar.gz: edf60fa857f40c31345bc520a166ca827b057334
3
+ metadata.gz: 2654cd8175e083039a77ebbefb5746b2539e8f9a
4
+ data.tar.gz: ce87df5e4aa89890c9f1f908faaf626c9009ffbe
5
5
  SHA512:
6
- metadata.gz: c88bbc45746b05e048f96b65b8160f992e6dab997c91b40c3d8c6c2a2bb4141ce6dbecf2b0a2b404462622ce3269e0d3a31263915b91ef105c21cd5ee7307e72
7
- data.tar.gz: 684af623a5a5e5000ab93ee87bb8a9d4cdb317da4601c6b3468aa6dce04374adb21f64119f478a3bb4d5b3a4c46ce2a203bafb69ab619db00988aefed53c0744
6
+ metadata.gz: a88cbc2e0294239ece687a240ef8a9ac2a012461a56d24eaa5c2fb38fb2930766e3728e4fc0417b03fe25db4a0eee4ee994188f6d4581d642990411953af71fb
7
+ data.tar.gz: fef136cdeb88e58d62a2f888bf61326817fbd99a9ac56217b11550e96de1a72629d980eb6a718e41828622a13aba317ec383a53dfea39204cad8f6d7cfb027be
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.85"
2
+ VERSION = "0.4.86"
3
3
  end
@@ -43,6 +43,7 @@
43
43
  .dialog {
44
44
  background: color("white");
45
45
  cursor: default;
46
+ max-height: 100%;
46
47
  max-width: 90%;
47
48
  // overflow-y: scroll; // For tall dialogs that go off-screen
48
49
  overflow: hidden;
@@ -64,6 +65,7 @@
64
65
  @media (min-width: $small-width) {
65
66
  .dialog {
66
67
  height: auto;
68
+ max-height: 90%;
67
69
  max-width: 90%;
68
70
  width: 500px;
69
71
  position: relative;
@@ -87,9 +89,6 @@
87
89
 
88
90
  .dialog-header-icon {
89
91
  width: $appbar-button-height;
90
- margin-right: $spacing-small;
91
- // @include list-item-icon();
92
- // margin-right: $spacing-normal;
93
92
 
94
93
  // To match up with .appbar-button
95
94
  .button-icon {
@@ -105,8 +104,8 @@
105
104
  flex: 1;
106
105
  font-size: $font-size-normal + 2px;
107
106
  font-weight: bold;
108
- padding-left: $spacing-normal;
109
- padding-right: $spacing-normal;
107
+ padding-left: $spacing-small;
108
+ padding-right: $spacing-small;
110
109
  }
111
110
 
112
111
  @media (min-width: $small-width) {
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.85
4
+ version: 0.4.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand