From 5c57e160fd934f756baa0717187f096ff5793de8 Mon Sep 17 00:00:00 2001 From: shats Date: Mon, 16 Feb 2026 19:48:59 +0700 Subject: [PATCH] refactor(ServerManager): adjust offcanvas width and maxWidth for improved layout and responsiveness --- frontend/src/ServerManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ServerManager.jsx b/frontend/src/ServerManager.jsx index 8ecd055..fc2c865 100644 --- a/frontend/src/ServerManager.jsx +++ b/frontend/src/ServerManager.jsx @@ -651,7 +651,7 @@ function ServerManager() { id="server-filters-offcanvas" tabIndex={-1} aria-labelledby="server-filters-offcanvas-label" - style={{ width: '280px', maxWidth: '85vw' }} + style={{ width: '340px', maxWidth: '90vw' }} >