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