From ae23d0510d77d14c2ffeb242d59fbf7293d50789 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 3 Oct 2024 12:54:16 +0100 Subject: [PATCH] align channels detail column center --- apps/home/static/home/js/tabs/subs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/home/static/home/js/tabs/subs.js b/apps/home/static/home/js/tabs/subs.js index 22d9e59..a4084ad 100644 --- a/apps/home/static/home/js/tabs/subs.js +++ b/apps/home/static/home/js/tabs/subs.js @@ -27,6 +27,7 @@ function initSubscriptionsModule() { { title: "Channels", data: "channels_detail", + className: "text-center", render: data => renderArrayBadgesColumn(data.map(item => "#" + item.name)) }, {