• Node Spy: screens keep jumping around.

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Thursday, December 14, 2023 16:30:24
    open https://gitlab.synchro.net/main/sbbs/-/issues/683

    ![image](https://gitlab.synchro.net/main/sbbs/uploads/4357f7147e4c68dc06cbbd89d55c227f/image.png)

    It started off with node 3 under node 1 but once a few things got displayed it moved.

    Can't seem to get it to move back. This happens with both Firefox and Brave (Chromium based).
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rick Parrish@1:103/705 to GitLab note in main/sbbs on Friday, December 15, 2023 06:56:01
    https://gitlab.synchro.net/main/sbbs/-/issues/683#note_4552

    Yeah that's how the bootstrap grid layout works. Since the node 1 div is a little taller than the node 2 div, it shifts node 3 over to the right.

    In some cases that can be a good thing, for example if your node 1 was using an 80x50 display, then it would actually look quite nice to have node 1 on the left and node 2+3 stacked on the right.

    I agree it looks like crap in the scenario captured by your screenshot though.

    I'll add a "clearfix" after every other div, which should fix this. The only drawback is the scenario where node 1 is 80x50 and node 2 is 80x25...there'll be a lot of whitespace under node 2, but that's probably a less common scenario than what's shown in your screenshot so should be the lesser of two evils.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)