mirror of
https://github.com/flarum/framework.git
synced 2025-05-28 02:40:00 +08:00
Display "Loading..." text while JS is loading
This commit is contained in:
@ -137,3 +137,10 @@ blockquote ol:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#flarum-loading {
|
||||
text-align: center;
|
||||
padding: 50px 0;
|
||||
font-size: 18px;
|
||||
color: @muted-more-color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user