@wopr-network/platform-ui-core 1.19.2 → 1.19.3
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 +1 -1
- package/src/app/globals.css +10 -2
package/package.json
CHANGED
package/src/app/globals.css
CHANGED
|
@@ -262,6 +262,14 @@
|
|
|
262
262
|
/* ── Sonner toast — match platform theme ─────────────────────────── */
|
|
263
263
|
[data-sonner-toaster] {
|
|
264
264
|
font-family: var(--font-mono), ui-monospace, monospace !important;
|
|
265
|
+
--width: 320px !important;
|
|
266
|
+
position: fixed !important;
|
|
267
|
+
bottom: 20px !important;
|
|
268
|
+
right: 20px !important;
|
|
269
|
+
left: auto !important;
|
|
270
|
+
top: auto !important;
|
|
271
|
+
z-index: 99999 !important;
|
|
272
|
+
transform: none !important;
|
|
265
273
|
}
|
|
266
274
|
|
|
267
275
|
[data-sonner-toast] {
|
|
@@ -272,8 +280,8 @@
|
|
|
272
280
|
font-family: var(--font-mono), ui-monospace, monospace !important;
|
|
273
281
|
padding: 10px 14px !important;
|
|
274
282
|
gap: 6px !important;
|
|
275
|
-
|
|
276
|
-
|
|
283
|
+
text-align: center !important;
|
|
284
|
+
justify-content: center !important;
|
|
277
285
|
}
|
|
278
286
|
|
|
279
287
|
.dark [data-sonner-toast] {
|