mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 15:41:58 +00:00
styling fixes for SteamSpinner
This commit is contained in:
@@ -222,7 +222,7 @@ const BrowseTab: FC<{ setPluginCount: Dispatch<SetStateAction<number | null>> }>
|
||||
<div>
|
||||
{!pluginList ? (
|
||||
<div style={{ height: '100%' }}>
|
||||
<SteamSpinner />
|
||||
<SteamSpinner background="transparent" />
|
||||
</div>
|
||||
) : (
|
||||
pluginList
|
||||
|
||||
Reference in New Issue
Block a user