fix(plugin): add 16px horizontal padding to stats row

This commit is contained in:
2026-07-13 07:07:42 +08:00
parent 3b27094973
commit a8e189ca84
@@ -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 ? (