Show error message when API calls fail (#636)

This commit is contained in:
Dan Sosedoff
2023-01-18 13:29:04 -06:00
committed by GitHub
parent 06be755d56
commit d7ecb5494d
3 changed files with 34 additions and 2 deletions

View File

@@ -678,6 +678,19 @@
box-shadow: #eee 0 0 5px;
}
#error_banner {
line-height: 30px;
text-align: center;
background-color: #be2740;
color: #fff;
display: none;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
height: 30px;
}
/* -------------------------------------------------------------------------- */
#custom_query {