fix: remove redundant toast-container properties in tablet media query
This commit is contained in:
@@ -1598,8 +1598,6 @@
|
|||||||
@media (min-width: 768px) and (max-width: 1023px) {
|
@media (min-width: 768px) and (max-width: 1023px) {
|
||||||
.toast-container {
|
.toast-container {
|
||||||
bottom: var(--space-8);
|
bottom: var(--space-8);
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user