From 882f64b07708782c51cbf41d16ece3277641e25f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 8 May 2025 15:58:49 -0700 Subject: [PATCH] style: center align user list items in UserList.css --- emhttp/plugins/dynamix/sheets/UserList.css | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/sheets/UserList.css b/emhttp/plugins/dynamix/sheets/UserList.css index 5be17f8a0..c0a9d5a0e 100644 --- a/emhttp/plugins/dynamix/sheets/UserList.css +++ b/emhttp/plugins/dynamix/sheets/UserList.css @@ -1,4 +1,5 @@ .user-list { + text-align: center; display: flex; flex-direction: column; align-items: center;