From 1537fac957655c3a2fca1d8c394b23f6abf47947 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 11 Apr 2023 16:11:33 +0200 Subject: [PATCH] Adjustments, fixed auto breaking stuff. --- lib.js | 4 ++-- main.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib.js b/lib.js index 3dc4f2e..3b4f4b3 100644 --- a/lib.js +++ b/lib.js @@ -2010,7 +2010,7 @@ function makeMiniDraggableElement(elmnt) { try { elmnt.dragElement = false; - elmnt.style.bottom = "auto"; + // elmnt.style.bottom = "auto"; elmnt.style.cursor = "grab"; elmnt.stashonmouseup = null; @@ -2174,7 +2174,7 @@ function makeDraggableElement(elmnt, absolute=false) { try { elmnt.dragElement = false; - elmnt.style.bottom = "auto"; + // elmnt.style.bottom = "auto"; elmnt.style.cursor = "grab"; elmnt.stashonmouseup = null; elmnt.stashonmousemove = null; diff --git a/main.css b/main.css index 95776a7..75c6d48 100644 --- a/main.css +++ b/main.css @@ -1256,7 +1256,7 @@ button.glyphicon-button.active.focus { align-items: center; justify-content: center; flex-wrap: wrap; - bottom: 3px; + bottom: 0px; min-width: 230px; } @@ -3341,7 +3341,7 @@ div#chatBody a { width: 100%; max-width: 500px; z-index: 3; - margin-bottom: 70px; + margin-bottom: 65px; gap: 0px 5px; } #chatInput {