mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-21 02:18:33 +00:00
Adjustments, fixed auto breaking stuff.
This commit is contained in:
parent
d9eb370a72
commit
1537fac957
4
lib.js
4
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;
|
||||
|
||||
4
main.css
4
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user