mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:32:00 +00:00
Updated store CSS (#305)
* PluginCard Store CSS Update * Fixing CSS * Updated * Removed padding
This commit is contained in:
@@ -68,6 +68,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
|
|||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
margin: '0 0 0 10px',
|
||||||
}}
|
}}
|
||||||
className="deckyStoreCardBody"
|
className="deckyStoreCardBody"
|
||||||
>
|
>
|
||||||
@@ -77,6 +78,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
|
|||||||
style={{
|
style={{
|
||||||
width: 'auto',
|
width: 'auto',
|
||||||
height: '160px',
|
height: '160px',
|
||||||
|
borderRadius: '5px',
|
||||||
}}
|
}}
|
||||||
src={plugin.image_url}
|
src={plugin.image_url}
|
||||||
/>
|
/>
|
||||||
@@ -144,12 +146,14 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
margin: '10px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="deckyStoreCardInstallButtonContainer"
|
className="deckyStoreCardInstallButtonContainer"
|
||||||
style={{
|
style={{
|
||||||
flex: '1',
|
flex: '1',
|
||||||
|
margin: '0 10px 0 0',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DialogButton
|
<DialogButton
|
||||||
|
|||||||
Reference in New Issue
Block a user