mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
Since 'Enter' is also a submit button and another style gets applied, both seem to overlap. Not very important on a desktop, but might be easier to navigate on mobile screen (plus, move settings backup buttons back at the top, accidentally moved those to the bottom in the previous commit) On the DEBUG page as well, trying to fix the scrolling behaviour when the logging stream just started and will only jump after it spends some time at the top row. Watching the element state to pause the autoscroll when we manually move the slider, and resume it once the slider touches the bottom of the textarea. Entering the command will reset the state and enable the autoscrolling immediately