[Splash > UI] Use dynamic size for body sizing instead of fixed

This commit is contained in:
Ducko 2021-12-12 11:55:50 +00:00
parent d080988f55
commit 43f3e7bd12
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
margin: 0;
padding: 0;
width: 300px;
height: 300px;
width: 100%;
height: 100%;
background: #282b30;