From d44c4a322810b5e29735953b954ffdd358638bf3 Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Wed, 21 Jan 2026 00:44:31 -0700 Subject: [PATCH] removed Draft 2 comment --- styles/index.css | 6 ++++++ templates/pages/accounts/{acctID.int64}/inventory.html.tmpl | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/styles/index.css b/styles/index.css index 6bb75d7..f6f01fd 100644 --- a/styles/index.css +++ b/styles/index.css @@ -208,9 +208,15 @@ .mb-\[0\.5em\] { margin-bottom: 0.5em; } + .mb-\[1\.25rem\] { + margin-bottom: 1.25rem; + } .mb-\[1em\] { margin-bottom: 1em; } + .mb-\[1rem\] { + margin-bottom: 1rem; + } .mb-\[3em\] { margin-bottom: 3em; } diff --git a/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl b/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl index 57add11..05070c2 100644 --- a/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl +++ b/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl @@ -11,12 +11,9 @@

Synced Listings

-

+

Create a Sync Group

-

- (Draft 2) -

{{ component (printf "accounts/%d/inventory/sync-groups/draft/table" $acctID) }}