Adjustments, fixed auto breaking stuff.

This commit is contained in:
lindenkron 2023-04-11 16:11:33 +02:00
parent d9eb370a72
commit 1537fac957
2 changed files with 4 additions and 4 deletions

4
lib.js
View File

@ -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;

View File

@ -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 {