diff --git a/package-lock.json b/package-lock.json index 50c36fa..cbb95d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deemix-webui", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5542,9 +5542,9 @@ } }, "toastify-js": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.8.0.tgz", - "integrity": "sha512-0Zf1sQ6Cs5RrRRDox00+6XdgS2tOtn01P9zhxDcJIpDS0KbXg/dFE1F0Mo6b/o63oJsxIhleeZv9LeZb31yKSg==" + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.3.tgz", + "integrity": "sha512-v0aXGUy6IbEBWxmoKx7ZCou00dQqEAsjJF86f8b8dNCH4O4L6iEkX3d3WRMVDirBJ+8CxQcHDZuAFD47J/imEw==" }, "tough-cookie": { "version": "2.5.0", diff --git a/package.json b/package.json index b10892d..ee6daad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deemix-webui", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://codeberg.org/RemixDev/deemix-webui/src/master/README.md", "repository": { "type": "git", @@ -22,7 +22,7 @@ "flag-icon-css": "^3.5.0", "lodash-es": "^4.17.15", "svg-country-flags": "^1.2.7", - "toastify-js": "^1.8.0", + "toastify-js": "^1.9.3", "vue": "^2.6.12", "vue-i18n": "^8.18.2", "vue-router": "^3.3.4", diff --git a/public/css/vendor/toastify.css b/public/css/vendor/toastify.css deleted file mode 100644 index 751d488..0000000 --- a/public/css/vendor/toastify.css +++ /dev/null @@ -1,78 +0,0 @@ -/*! - * Toastify js 1.7.0 - * https://github.com/apvarun/toastify-js - * @license MIT licensed - * - * Copyright (C) 2018 Varun A P - */ - -.toastify { - padding: 12px 20px; - color: #ffffff; - display: inline-block; - box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3); - background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5); - background: linear-gradient(135deg, #73a5ff, #5477f5); - position: fixed; - opacity: 0; - transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); - border-radius: 2px; - cursor: pointer; - text-decoration: none; - max-width: calc(50% - 20px); - z-index: 2147483647; -} - -.toastify.on { - opacity: 1; -} - -.toast-close { - opacity: 0.4; - padding: 0 5px; -} - -.toastify-right { - right: 15px; -} - -.toastify-left { - left: 64px; -} - -.toastify-top { - top: -150px; -} - -.toastify-bottom { - bottom: -150px; -} - -.toastify-rounded { - border-radius: 25px; -} - -.toastify-avatar { - width: 1.5em; - height: 1.5em; - margin: 0 5px; - border-radius: 2px; -} - -.toastify-center { - margin-left: auto; - margin-right: auto; - left: 0; - right: 0; - max-width: fit-content; -} - -@media only screen and (max-width: 360px) { - .toastify-right, .toastify-left { - margin-left: auto; - margin-right: auto; - left: 0; - right: 0; - max-width: fit-content; - } -} diff --git a/public/index.html b/public/index.html index 64a4aeb..6c20a1c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,10 +4,8 @@