style(toast): offset mobile notifications below sticky header
Some checks failed
E2E Playwright Tests / Run Full E2E & Security Suites (push) Waiting to run
Deploy Canina / deploy (push) Has been cancelled

This commit is contained in:
parsa aghaei 2026-08-26 14:26:52 +03:30
parent 6cacfd447b
commit e797cf9167
3 changed files with 616 additions and 610 deletions

View File

@ -143,11 +143,17 @@
} }
} }
/* Sonner Toasts Vazirmatn Font */ /* Sonner Toasts Vazirmatn Font & Mobile Offset */
[data-sonner-toaster] { [data-sonner-toaster] {
font-family: "Vazirmatn", sans-serif !important; font-family: "Vazirmatn", sans-serif !important;
} }
@media (max-width: 640px) {
[data-sonner-toaster][data-y-position="top"] {
top: 76px !important;
}
}
/* Custom scrollbar for a professional look */ /* Custom scrollbar for a professional look */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 6px; width: 6px;

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff