@asd20/ui 3.2.735 → 3.2.736
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.
package/package.json
CHANGED
|
@@ -169,9 +169,6 @@ export default {
|
|
|
169
169
|
padding: space(0.5);
|
|
170
170
|
}
|
|
171
171
|
&--fullscreen {
|
|
172
|
-
// & + .asd20-messaging--fullscreen {
|
|
173
|
-
// margin-top: space(-1);
|
|
174
|
-
// }
|
|
175
172
|
padding: space(1);
|
|
176
173
|
justify-content: space-between;
|
|
177
174
|
|
|
@@ -180,8 +177,6 @@ export default {
|
|
|
180
177
|
align-self: stretch;
|
|
181
178
|
padding: 0;
|
|
182
179
|
margin: 0;
|
|
183
|
-
// overflow: hidden;
|
|
184
|
-
margin: 0 space(-1) space(1) space(-1);
|
|
185
180
|
& > img {
|
|
186
181
|
display: block;
|
|
187
182
|
width: 100%;
|