bge-ui 1.4.6 → 1.4.7
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/style.css +3 -2
- package/package.json +1 -1
- package/src/message/index.vue +3 -2
package/dist/style.css
CHANGED
|
@@ -1264,8 +1264,9 @@ to {
|
|
|
1264
1264
|
background: var(--bg-notification, #232B33);
|
|
1265
1265
|
}
|
|
1266
1266
|
.bge-message.notification {
|
|
1267
|
-
transform:
|
|
1268
|
-
left:
|
|
1267
|
+
transform: unset;
|
|
1268
|
+
left: unset;
|
|
1269
|
+
right: 24px;
|
|
1269
1270
|
}
|
|
1270
1271
|
.bge-message.error p {
|
|
1271
1272
|
width: calc(100% - 28px);
|
package/package.json
CHANGED
package/src/message/index.vue
CHANGED