1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Add logo to loading page

Closes #4304
This commit is contained in:
Michael Casey
2021-02-08 05:51:53 +10:00
committed by GitHub
parent 29bc660cfb
commit 5302ee05bc
3 changed files with 15 additions and 1 deletions
@@ -1,3 +1,11 @@
.page {
composes: page from '~./Page.css';
}
.logoFull {
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: 48px;
height: 48px;
}