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 {