mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
logo center
This commit is contained in:
+4
-4
@@ -25,11 +25,11 @@ html {
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
border: 3px solid transparent;
|
||||
block-size: 55px;
|
||||
border-radius: 50%;
|
||||
block-size: 55px;
|
||||
inline-size: 55px;
|
||||
inset-block-start: 50%;
|
||||
inset-inline-start: calc(50% - 35px);
|
||||
inset-inline-start: calc(50% - 2rem);
|
||||
}
|
||||
|
||||
.loading .effect-1,
|
||||
@@ -38,9 +38,9 @@ html {
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
border: 3px solid transparent;
|
||||
border-radius: 50%;
|
||||
block-size: 100%;
|
||||
border-inline-start: 3px solid var(--initial-loader-color, #eee);
|
||||
border-radius: 50%;
|
||||
inline-size: 100%;
|
||||
}
|
||||
|
||||
@@ -80,4 +80,4 @@ html {
|
||||
opacity: 1;
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#7D34FD",
|
||||
"theme_color": "#1E1A2E",
|
||||
"background_color": "#1E1A2E",
|
||||
"display": "standalone",
|
||||
"shortcuts": [
|
||||
|
||||
Reference in New Issue
Block a user