mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 08:02:00 +00:00
styling fixes for SteamSpinner
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@decky/ui": "^4.2.1",
|
"@decky/ui": "^4.2.2",
|
||||||
"filesize": "^10.1.2",
|
"filesize": "^10.1.2",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.11.5",
|
||||||
"i18next-http-backend": "^2.5.2",
|
"i18next-http-backend": "^2.5.2",
|
||||||
|
|||||||
Generated
+2676
-2164
File diff suppressed because it is too large
Load Diff
@@ -58,7 +58,7 @@ export default function TestingVersionList() {
|
|||||||
if (loading) {
|
if (loading) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<SteamSpinner>{t('Testing.loading')}</SteamSpinner>
|
<SteamSpinner background="transparent">{t('Testing.loading')}</SteamSpinner>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ const BrowseTab: FC<{ setPluginCount: Dispatch<SetStateAction<number | null>> }>
|
|||||||
<div>
|
<div>
|
||||||
{!pluginList ? (
|
{!pluginList ? (
|
||||||
<div style={{ height: '100%' }}>
|
<div style={{ height: '100%' }}>
|
||||||
<SteamSpinner />
|
<SteamSpinner background="transparent" />
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
pluginList
|
pluginList
|
||||||
|
|||||||
Reference in New Issue
Block a user