This commit is contained in:
cuom1999 2023-11-01 02:08:36 -05:00
parent 7a05ad1c3b
commit fcbf74ca97
6 changed files with 70 additions and 55 deletions

View file

@ -561,7 +561,7 @@
this.style.height = (this.scrollHeight) + 'px';
$(this).css('border-radius', '30px');
} else {
$(this).css('height', '80%');
$(this).css('height', '70%');
}
});