mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Adjust sizing
This commit is contained in:
parent
b5a6413ad3
commit
1272b49ae8
@ -35,7 +35,7 @@ function Logs() {
|
|||||||
|
|
||||||
const logPageSize = useMemo(() => {
|
const logPageSize = useMemo(() => {
|
||||||
if (isMobileOnly) {
|
if (isMobileOnly) {
|
||||||
return 10;
|
return 15;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isTablet) {
|
if (isTablet) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user