Update Shell

This commit is contained in:
Bruce
2025-11-21 12:55:08 +08:00
parent 1674f2c35b
commit ae3771bfdb
33 changed files with 972 additions and 78 deletions

View File

@@ -65,7 +65,7 @@ body * {
transform: translate(-50%, -50%);
}
.page.splash progress.win-ring {
.page.splash .content.splash progress.win-ring {
width: 30px;
height: 30px;
margin-top: 32px;
@@ -74,6 +74,12 @@ body * {
color: white;
}
.page.splash .content.splash progress {
border-style: none;
background-color: transparent;
color: white;
}
.page.splash>.content {
position: absolute;
text-align: center;