Adjust sizing

This commit is contained in:
Nicolas Mowen 2024-05-29 11:23:45 -06:00
parent b5a6413ad3
commit 1272b49ae8

View File

@ -35,7 +35,7 @@ function Logs() {
const logPageSize = useMemo(() => {
if (isMobileOnly) {
return 10;
return 15;
}
if (isTablet) {