diff options
| author | Nox <40637552+GoDev87@users.noreply.github.com> | 2023-01-16 23:43:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 14:43:16 -0800 |
| commit | 1b6e18bcb351da250802817088b7a0507c5becf6 (patch) | |
| tree | 311747db13595ab29a55de5d078a82534d87f54f /frontend/src | |
| parent | 0ad0016c620e89fecc46aad771b35a9a72749fb3 (diff) | |
| download | decky-loader-1b6e18bcb351da250802817088b7a0507c5becf6.tar.gz decky-loader-1b6e18bcb351da250802817088b7a0507c5becf6.zip | |
Updated store CSS (#305)v2.4.15
* PluginCard Store CSS Update
* Fixing CSS
* Updated
* Removed padding
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/components/store/PluginCard.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx index 27f98590..aa5fd1d6 100644 --- a/frontend/src/components/store/PluginCard.tsx +++ b/frontend/src/components/store/PluginCard.tsx @@ -68,6 +68,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => { style={{ display: 'flex', flexDirection: 'row', + margin: '0 0 0 10px', }} className="deckyStoreCardBody" > @@ -77,6 +78,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => { style={{ width: 'auto', height: '160px', + borderRadius: '5px', }} src={plugin.image_url} /> @@ -144,12 +146,14 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => { display: 'flex', flexDirection: 'row', width: '100%', + margin: '10px', }} > <div className="deckyStoreCardInstallButtonContainer" style={{ flex: '1', + margin: '0 10px 0 0', }} > <DialogButton |
