From 429fd8d1e1b2d83577b05de5fdf742f8fab1ee00 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 9 May 2025 11:42:23 -0700 Subject: [PATCH] style: remove inline text alignment from user list in UserList.page - Eliminated inline style for text alignment in user list divs to allow for more flexible styling through CSS. - This change enhances the overall layout consistency and responsiveness of the user list display. --- emhttp/plugins/dynamix/UserList.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/UserList.page b/emhttp/plugins/dynamix/UserList.page index 8eb1f7f34..806a3235b 100644 --- a/emhttp/plugins/dynamix/UserList.page +++ b/emhttp/plugins/dynamix/UserList.page @@ -22,7 +22,7 @@ ksort($users);
-