General function for displaying messages

This commit is contained in:
Mouse Reeve
2021-09-10 10:12:37 -07:00
parent e3ab5afcbd
commit 08d2bff7ca
3 changed files with 43 additions and 6 deletions

View File

@ -328,7 +328,16 @@ body {
}
}
/* States
/** Transient notification
******************************************************************************/
#live-messages {
position: fixed;
bottom: 1em;
right: 1em;
}
/** States
******************************************************************************/
/* "disabled" for non-buttons */