Add error reporting on connect and main page

This commit is contained in:
bbworld1
2020-08-07 21:08:51 -07:00
committed by Simon Ser
parent 96c890f1f5
commit 16582a6592
4 changed files with 49 additions and 13 deletions

View File

@@ -234,3 +234,22 @@ details summary {
#buffer .nick-16 {
color: #ec273e;
}
#error-msg {
color: white;
background-color: red;
position: fixed;
bottom: 2rem;
right: 0;
padding: 0.5rem;
margin: 0.5rem;
}
#error-msg a {
color: white;
text-decoration: none;
}
.error-text {
color: red;
}