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.
2 parents 93b4b2b + c02ee6f commit 785599cCopy full SHA for 785599c
1 file changed
src/theme/Root.module.css
@@ -1,7 +1,7 @@
1
/* Base styles for the toast container */
2
.toastContainer {
3
position: fixed;
4
- top: 20px;
+ top: 40px;
5
right: 24px;
6
border: 1px solid oklch(0.69 0 0);
7
border-radius: 8px; /* Docusaurus --radius var is often 8px */
@@ -94,7 +94,7 @@
94
@keyframes slideDownFadeOut {
95
0% {
96
opacity: 0;
97
- transform: translateY(-10px) scale(0.95);
+ transform: translateY(10px) scale(0.95);
98
}
99
10%,
100
90% {
@@ -103,6 +103,6 @@
103
104
100% {
105
106
107
108
0 commit comments