style(toast): offset mobile notifications below sticky header
This commit is contained in:
parent
6cacfd447b
commit
e797cf9167
@ -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;
|
||||||
|
|||||||
2
graphify-out/cache/stat-index.json
vendored
2
graphify-out/cache/stat-index.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user