fix(plugin): add 16px horizontal padding to stats row
This commit is contained in:
@@ -113,7 +113,7 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }:
|
|||||||
<style>{`
|
<style>{`
|
||||||
.deckyvault-lib-btn { width: auto !important; min-width: 0 !important; display: inline-block !important; }
|
.deckyvault-lib-btn { width: auto !important; min-width: 0 !important; display: inline-block !important; }
|
||||||
`}</style>
|
`}</style>
|
||||||
<div className={staticClasses.Text} style={{ display: "flex", alignItems: "center", justifyContent: "space-between", gap: "8px", padding: "4px 0", fontSize: "13px", overflow: "hidden" }}>
|
<div className={staticClasses.Text} style={{ display: "flex", alignItems: "center", justifyContent: "space-between", gap: "8px", padding: "4px 16px", fontSize: "13px", overflow: "hidden" }}>
|
||||||
{/* Stats */}
|
{/* Stats */}
|
||||||
<span style={{ flex: "1 1 0", minWidth: 0, overflow: "hidden" }}>
|
<span style={{ flex: "1 1 0", minWidth: 0, overflow: "hidden" }}>
|
||||||
{data.estFps ? (
|
{data.estFps ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user