repo card: custom card_width

This commit is contained in:
martin-mfg
2025-05-22 17:34:22 +02:00
parent 0b43c8bb76
commit f3bb62bde3
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -19,6 +19,7 @@ export default async (req, res) => {
icon_color,
text_color,
bg_color,
card_width,
theme,
show_owner,
show,
@@ -115,6 +116,7 @@ export default async (req, res) => {
theme,
border_radius,
border_color,
card_width: parseInt(card_width, 10),
show_owner: parseBoolean(show_owner),
show: showStats,
show_icons: parseBoolean(show_icons),