mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
Custom 404/Error page (#133)
* feat(frontend): custom 404 + error page with intl formatting * style(frontend): add styling for error message
This commit is contained in:
@@ -32,3 +32,7 @@ body {
|
||||
.toast {
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
@apply flex items-center justify-center text-center text-gray-300 relative top-0 left-0 bottom-0 right-0 h-screen flex-col;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user