mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 07:32:56 +00:00
Add Logo to the Loading Screen for.... clarity
This commit is contained in:
parent
2013e1f580
commit
a18036eed4
4 changed files with 16 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
.loadingMessage {
|
||||
margin: 50px 10px 0;
|
||||
margin: 10px 10px 0;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
font-size: 36px;
|
||||
|
|
|
@ -12,7 +12,7 @@ const messages = [
|
|||
'Hum something loud while others stare',
|
||||
'Loading humorous message... Please Wait',
|
||||
'I could\'ve been faster in Python',
|
||||
'Don\'t forget to rewind your tracks',
|
||||
'Don\'t forget to rewind your movies',
|
||||
'Congratulations! you are the 1000th visitor.',
|
||||
'HELP! I\'m being held hostage and forced to write these stupid lines!',
|
||||
'RE-calibrating the internet...',
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
.page {
|
||||
composes: page from '~./Page.css';
|
||||
}
|
||||
|
||||
.logoFull {
|
||||
margin-top: 50px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue