unpoly-rails 2.5.1 → 2.6.0

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.

Potentially problematic release.


This version of unpoly-rails might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99e4ebb7f0f2d77d0f5c8c323999233a3b5b8cb5161dfcd3c0deeacc8d138c01
4
- data.tar.gz: 55628c84f306d3d3627893b8da7c89c763bc2e0312254f729a97d3f05be9f644
3
+ metadata.gz: eb01eb3eaffcca66015bbc70b6658fb0baeb38082be1d1b0e70b49a63ec273bc
4
+ data.tar.gz: 92a608fc4facf6aecb2c0e6d844a727e09d4082c7974fea41cc19684662ab848
5
5
  SHA512:
6
- metadata.gz: 4fb8a496f2664d3de351670682570e55ffe3aa448b866c4f4fe1ab5b09e08b7a8ec92d2c75c5afa1510c1d0db1058c434be50f0e2e5afdd0cc5ccba0ba7de5ac
7
- data.tar.gz: 5f1f5f3590aa7046421212fc371e2d1f26520b70307e998a14ed4150850c59a845d0c34b25aa1d1b0bf19b238fb78c48f04ced2f69307e47a2c06f4dd5b0a2ab
6
+ metadata.gz: a1351dbcf8da924f053367dcf8811f799ee6d33286637ce1205281724909f5f81af2d0feed619fcff083af59e567ec531d648a3d1d6e863c4bc10426733278c2
7
+ data.tar.gz: bcd7544bf3df30f224d656d5e620e77191177949740cee65cc4dc3946e24be12f179add77820cae46f5a741443d977175cb930b7583de5b5bd1ae0c8553f9117
@@ -53,11 +53,11 @@ up-modal-viewport, up-drawer-viewport, up-cover-viewport {
53
53
  overflow-y: scroll;
54
54
  overflow-x: hidden;
55
55
  overscroll-behavior: contain;
56
- text-align: center; }
56
+ display: flex;
57
+ align-items: flex-start;
58
+ justify-content: center; }
57
59
 
58
60
  up-modal-box, up-drawer-box, up-cover-box, up-popup {
59
- display: inline-block;
60
- text-align: left;
61
61
  position: relative;
62
62
  box-sizing: border-box;
63
63
  max-width: 100%;
@@ -79,18 +79,20 @@ up-modal-dismiss, up-drawer-dismiss, up-cover-dismiss, up-popup-dismiss {
79
79
  font-size: 1.7rem;
80
80
  line-height: 0.5; }
81
81
 
82
- up-modal-viewport {
83
- justify-content: center; }
84
- up-modal[nesting="0"] up-modal-viewport {
85
- padding: 25px 15px; }
86
- up-modal[nesting="1"] up-modal-viewport {
87
- padding: 50px 30px; }
88
- up-modal[nesting="2"] up-modal-viewport {
89
- padding: 75px 45px; }
90
- up-modal[nesting="3"] up-modal-viewport {
91
- padding: 100px 60px; }
92
- up-modal[nesting="4"] up-modal-viewport {
93
- padding: 125px 75px; }
82
+ up-modal[nesting="0"] up-modal-viewport {
83
+ padding: 25px 15px; }
84
+
85
+ up-modal[nesting="1"] up-modal-viewport {
86
+ padding: 50px 30px; }
87
+
88
+ up-modal[nesting="2"] up-modal-viewport {
89
+ padding: 75px 45px; }
90
+
91
+ up-modal[nesting="3"] up-modal-viewport {
92
+ padding: 100px 60px; }
93
+
94
+ up-modal[nesting="4"] up-modal-viewport {
95
+ padding: 125px 75px; }
94
96
 
95
97
  up-modal[size=small] up-modal-box {
96
98
  width: 350px; }
@@ -108,9 +110,9 @@ up-modal[size=full] up-modal-box {
108
110
  width: 100%; }
109
111
 
110
112
  up-drawer-viewport {
111
- text-align: left; }
113
+ justify-content: flex-start; }
112
114
  up-drawer[position=right] up-drawer-viewport {
113
- text-align: right; }
115
+ justify-content: flex-end; }
114
116
 
115
117
  up-drawer-box {
116
118
  min-height: 100vh; }