@imposium-hub/components 1.59.1 → 1.59.2
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/dist/styles.css
CHANGED
|
@@ -2494,9 +2494,11 @@ body a {
|
|
|
2494
2494
|
vertical-align: top;
|
|
2495
2495
|
}
|
|
2496
2496
|
.story-viewer .viewer-content .content-header .right-interface {
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
top:
|
|
2497
|
+
display: inline-block;
|
|
2498
|
+
vertical-align: top;
|
|
2499
|
+
margin-top: 4px;
|
|
2500
|
+
margin-right: 5px;
|
|
2501
|
+
float: right;
|
|
2500
2502
|
text-align: right;
|
|
2501
2503
|
}
|
|
2502
2504
|
.story-viewer .viewer-content .content-wrapper {
|
package/dist/styles.less
CHANGED
|
@@ -2490,9 +2490,12 @@ body{
|
|
|
2490
2490
|
}
|
|
2491
2491
|
|
|
2492
2492
|
.right-interface{
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2493
|
+
text-align: right;
|
|
2494
|
+
display: inline-block;
|
|
2495
|
+
vertical-align: top;
|
|
2496
|
+
margin-top: 4px;
|
|
2497
|
+
margin-right: 5px;
|
|
2498
|
+
float: right;
|
|
2496
2499
|
text-align: right;
|
|
2497
2500
|
}
|
|
2498
2501
|
}
|
|
@@ -223,9 +223,12 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.right-interface{
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
226
|
+
text-align: right;
|
|
227
|
+
display: inline-block;
|
|
228
|
+
vertical-align: top;
|
|
229
|
+
margin-top: 4px;
|
|
230
|
+
margin-right: 5px;
|
|
231
|
+
float: right;
|
|
229
232
|
text-align: right;
|
|
230
233
|
}
|
|
231
234
|
}
|
package/package.json
CHANGED