From 2211cc9957848e4af20e6a2fec6baf4e30408888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:04:41 -0400 Subject: [PATCH] Fix for #1140 --- views/_main.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/_main.html b/views/_main.html index f7af4e913..1efd57ab2 100644 --- a/views/_main.html +++ b/views/_main.html @@ -529,8 +529,10 @@ $('#buttons_bars').css('left', '30px'); } else if ($(window).width() <= 1152) { $('#buttons_bars').width($('body').width() - 60); + $('#buttons_bars').css('left', '90px'); } else { $('#buttons_bars').width($('body').width() - 240); + $('#buttons_bars').css('left', '270px'); }