mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
commit
59d8873110
@ -1,7 +1,6 @@
|
|||||||
.swal2-container {
|
.swal2-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1060;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -53,4 +52,8 @@ body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .s
|
|||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swal2-title {
|
||||||
|
max-width: 14rem;
|
||||||
}
|
}
|
||||||
@ -84,7 +84,8 @@
|
|||||||
"pusher/pusher-php-server": "^5.0",
|
"pusher/pusher-php-server": "^5.0",
|
||||||
"simplepie/simplepie": "^1.5.0",
|
"simplepie/simplepie": "^1.5.0",
|
||||||
"guzzlehttp/guzzle": "^7.3",
|
"guzzlehttp/guzzle": "^7.3",
|
||||||
"visiosoft/connect-module": "^1.0"
|
"visiosoft/connect-module": "^1.0",
|
||||||
|
"symfony/translation": "v5.3.7"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"anomaly/streams-platform": "*"
|
"anomaly/streams-platform": "*"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user