1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Add Logo to the Loading Screen for.... clarity

This commit is contained in:
Qstick
2021-01-16 23:15:42 -05:00
parent 2013e1f580
commit a18036eed4
4 changed files with 16 additions and 2 deletions
@@ -1,3 +1,11 @@
.page {
composes: page from '~./Page.css';
}
.logoFull {
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: 120px;
height: 40px;
}