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() {
402 $ANcontainer.css('display', 'flex');402 $ANcontainer.css('display', 'flex');
403 $ANcontainer.css('opacity', 0.0);403 $ANcontainer.css('opacity', 0.0);
404 $ANcontainer.transition({404 $ANcontainer.transition({
405 height: 'unset', //AN gets height: 0 from CSS LN 5363 for .drawer-content
406 opacity: 1.0,405 opacity: 1.0,
407 duration: animation_duration,406 duration: animation_duration,
408 }, async function () {407 }, async function () {
public/style.css+2 -1
@@ -2830,6 +2830,7 @@ input[type="file"] {
2830 margin: 0;2830 margin: 0;
2831 right: unset;2831 right: unset;
2832 width: calc(((100dvw - var(--sheldWidth)) / 2) - 1px);2832 width: calc(((100dvw - var(--sheldWidth)) / 2) - 1px);
2833 height: unset;
28332834
2834}2835}
28352836
@@ -6230,4 +6231,4 @@ body:not(.movingUI) .drawer-content.maximized {
6230.info-block.error {6231.info-block.error {
6231 border-color: var(--error-color, #e87f7f);6232 border-color: var(--error-color, #e87f7f);
6232 background-color: rgba(241, 163, 163, 0.2);6233 background-color: rgba(241, 163, 163, 0.2);
6233}6234}
\ No newline at end of file6234 \ No newline at end of file