two birds with one line instead

0c6cf140979fd8a726d080947780087da40d4a1a

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

2 files changed, +1 -1Showing whitespace changes
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+1 -0
@@ -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