removed display: grid in clientlist-screen

This commit is contained in:
gitea 2025-05-01 05:37:04 +00:00
parent 5498b20ea5
commit 92696827d3

View File

@ -1701,7 +1701,7 @@ td {
} }
.pos .clientlist-screen { .pos .clientlist-screen {
display: grid; /* display: grid; */
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
gap: 0px; gap: 0px;
} }