two birds with one line instead

0c6cf140979fd8a726d080947780087da40d4a1a

RossAscends <124905043+RossAscends@users.noreply.github.com>

2 files changed, +2 -2Ignore whitespace
public/scripts/authors-note.js+0 -1
@@ -402,7 +402,6 @@ function onANMenuItemClick() {
402402 $ANcontainer.css('display', 'flex');
403403 $ANcontainer.css('opacity', 0.0);
404404 $ANcontainer.transition({
405- height: 'unset', //AN gets height: 0 from CSS LN 5363 for .drawer-content
406405 opacity: 1.0,
407406 duration: animation_duration,
408407 }, async function () {
public/style.css+2 -1
@@ -2830,6 +2830,7 @@ input[type="file"] {
28302830 margin: 0;
28312831 right: unset;
28322832 width: calc(((100dvw - var(--sheldWidth)) / 2) - 1px);
2833+ height: unset;
28332834
28342835}
28352836
@@ -6230,4 +6231,4 @@ body:not(.movingUI) .drawer-content.maximized {
62306231.info-block.error {
62316232 border-color: var(--error-color, #e87f7f);
62326233 background-color: rgba(241, 163, 163, 0.2);
62336234}
6234 \ No newline at end of file