mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
Redesign toasts (#103)
* feat(frontend): custom toast * refactor(frontend): move toast width styling to globals Co-authored-by: sct <sct@users.noreply.github.com>
This commit is contained in:
@@ -21,10 +21,14 @@ body {
|
||||
}
|
||||
|
||||
.hide-scrollbar {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
.hide-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toast {
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user