From 50b45b66145ce7adc376f882340e97a5f4057f4b Mon Sep 17 00:00:00 2001 From: Index Date: Thu, 27 Jun 2024 22:22:21 -0500 Subject: [PATCH] chore: add spacing between avatar sandbox rows --- js/account/avatar-sandbox-rewrite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js index 2a12669..fc9f842 100644 --- a/js/account/avatar-sandbox-rewrite.js +++ b/js/account/avatar-sandbox-rewrite.js @@ -455,7 +455,7 @@ async function LoadItems() { by ${ (item.type !== 'hat' && item.type !== 'tool') ? 'Polytoria' : item.creator.name } - Free' : (item.price !== "???") ? 'text-success">$ ' + item.price : 'text-muted">???' } @@ -528,7 +528,7 @@ function LoadWearing() { by ${Cached.creator.name || "-"} - Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }