From 7392e452212985f64fbc38a827ddba0323866e75 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 9 May 2023 16:25:49 +0200 Subject: [PATCH] bugfix --- v2realbot/static/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v2realbot/static/main.css b/v2realbot/static/main.css index a14a59f..fd3aa3d 100644 --- a/v2realbot/static/main.css +++ b/v2realbot/static/main.css @@ -241,6 +241,7 @@ html { display: inline-block; /* overflow: auto; */ height: 596px; + width: 32%; } .clearbutton { @@ -255,6 +256,7 @@ html { height: 568px; flex-direction: column-reverse; margin-left: 28px; + width: 100%; } } @@ -265,6 +267,7 @@ html { height: 568px; flex-direction: column-reverse; margin-left: 28px; + width: 100%; }