fix: reduce error message font size, fix formatting
This commit is contained in:
parent
0e0cbba624
commit
d494695892
@ -43,8 +43,8 @@ impl IntoResponse for AppError {
|
|||||||
title { (title) }
|
title { (title) }
|
||||||
}
|
}
|
||||||
body style=(crate::BODY_STYLE) {
|
body style=(crate::BODY_STYLE) {
|
||||||
p style=(format!("{} font-size: 2em;", crate::IMG_STYLE)) {
|
p style=(format!("{} font-size: 1.3em;", crate::IMG_STYLE)) {
|
||||||
"Something went wrong"
|
"Something went wrong: "
|
||||||
(self.internal.to_string());
|
(self.internal.to_string());
|
||||||
}
|
}
|
||||||
a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" {
|
a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" {
|
||||||
|
Loading…
Reference in New Issue
Block a user