two birds with one line instead
| @@ -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 () { |
| @@ -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; | ||
| 2833 | 2834 | ||
| 2834 | } | 2835 | } |
| 2835 | 2836 | ||