refactor(ServerManager): adjust offcanvas width and maxWidth for improved layout and responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m0s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m0s
This commit is contained in:
@@ -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' }}
|
||||
>
|
||||
<div className="offcanvas-header border-bottom">
|
||||
<h5 className="offcanvas-title d-flex align-items-center" id="server-filters-offcanvas-label">
|
||||
|
||||
Reference in New Issue
Block a user