toaster button
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 4m7s

This commit is contained in:
2026-01-29 01:24:53 +00:00
parent 639a8e2fb0
commit 067f0e189d
10 changed files with 40 additions and 398 deletions

View File

@@ -316,6 +316,18 @@ code {
color: var(--primary-color);
}
#toaster-wave {
position: absolute;
left: -145px;
top: 200px;
}
@media screen and (max-width: 1240px) {
#toaster-wave {
display: none;
}
}
@media screen and (max-width: 1000px) {
body {
background-color: var(--background-color);