From 6f5fc0948a471356e5eb5a077d71483fe515549c Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 28 Jul 2024 13:49:25 +0100 Subject: [PATCH] css: fix inv creation card width on mobile for #339. Cards were fixed at half-width, even when wrapping. Instead of fixing with breakpoints, remove the width specification and set each to "flex-grow: 1". --- html/admin.html | 4 ++-- package-lock.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/html/admin.html b/html/admin.html index acf0857..b98bf6d 100644 --- a/html/admin.html +++ b/html/admin.html @@ -554,7 +554,7 @@
{{ .strings.create }}
-
+
-
+
diff --git a/package-lock.json b/package-lock.json index 76613cc..4e39d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "any-date-parser": "^1.5.4", "browserslist": "^4.21.7", "cheerio": "^1.0.0-rc.12", - "esbuild": "^0.18.20", "fs-cheerio": "^3.0.0", "inline-source": "^8.0.2", "jsdom": "^22.1.0",