Show error message when API calls fail (#636)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user