Change logs breaking width

This commit is contained in:
Juan Gilsanz Polo 2024-01-16 18:25:47 +01:00
parent 26086269e5
commit 61d521f9f9

View file

@ -21,7 +21,7 @@ class _LogsState extends State<Logs> {
Widget build(BuildContext context) {
return LayoutBuilder(
builder: (context, constraints) {
if (constraints.maxWidth > 1000) {
if (constraints.maxWidth > 800) {
return Material(
color: Colors.transparent,
child: Row(