mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add a little loading indicator for fetch messages
This commit is contained in:
@ -895,6 +895,23 @@ p.mentioned span.chatmessage {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#message-spinner {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -30vh;
|
||||
margin-left: -5vw;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#message-spinner > div {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#message-spinner.error > div {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
/* CSS Variables */
|
||||
:root {
|
||||
/*--<var>: <value>*/
|
||||
|
Reference in New Issue
Block a user