@meduza/ui-kit-2 0.9.402 → 0.9.405

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.
@@ -247,7 +247,17 @@
247
247
  width: 100%;
248
248
  justify-content: space-between;
249
249
  align-items: center;
250
+ text-align: left;
251
+ }
252
+
253
+ @media only screen and (min-width: 32em) {
254
+
255
+ .Button-module_isInToolbar__84SG- {
256
+ display: block;
257
+ width: 100%;
258
+ text-align: center;
250
259
  }
260
+ }
251
261
 
252
262
  .Button-module_isInSpoiler__pGp-w svg {
253
263
  margin-top: -2px;
package/dist/ui-kit.css CHANGED
@@ -247,7 +247,17 @@
247
247
  width: 100%;
248
248
  justify-content: space-between;
249
249
  align-items: center;
250
+ text-align: left;
251
+ }
252
+
253
+ @media only screen and (min-width: 32em) {
254
+
255
+ .Button-module_isInToolbar__84SG- {
256
+ display: block;
257
+ width: 100%;
258
+ text-align: center;
250
259
  }
260
+ }
251
261
 
252
262
  .Button-module_isInSpoiler__pGp-w svg {
253
263
  margin-top: -2px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.402",
2
+ "version": "0.9.405",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -217,6 +217,13 @@
217
217
  width: 100%;
218
218
  justify-content: space-between;
219
219
  align-items: center;
220
+ text-align: left;
221
+
222
+ @media $mobile {
223
+ display: block;
224
+ width: 100%;
225
+ text-align: center;
226
+ }
220
227
  }
221
228
 
222
229
  .isInSpoiler svg {