We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d60bc7 commit 60741b0Copy full SHA for 60741b0
src/App.vue
@@ -369,6 +369,7 @@ code {
369
<script>
370
// https://github.com/socketio/socket.io-client/blob/master/docs/API.md
371
import io from 'socket.io-client'
372
+import 'vuetify-sonner/style.css'
373
import { toast, VSonner } from 'vuetify-sonner'
374
375
import ConfigApis from '@/apis/ConfigApis'
@@ -1859,7 +1860,13 @@ export default {
1859
1860
}
1861
1862
:deep(:where([data-sonner-toaster][data-y-position='top'])) {
- top: 80px !important;
1863
+ top: 70px !important;
1864
right: 10px !important;
1865
1866
+
1867
+@media (max-width: 600px) {
1868
+ :deep(:where([data-sonner-toaster][data-y-position='top'])) {
1869
+ top: 10px !important;
1870
+ }
1871
+}
1872
</style>
0 commit comments