hey there! sorry for getting to you a little late, and thanks for checking out my code!
i took a look at the problem, and it seems to be that on certain dreamwidth pages, the box-sizing property isn't always properly applied, so the padding is causing things to shift.
could you try adding in box-sizing:border-box; to the second div of both windows and see if that fixes the issue for you? it should be in this code block: <div style="display:flex; flex-flow:column nowrap; gap:3px; width:100%; padding:3px; border:3px outset #fff;">
no subject
i took a look at the problem, and it seems to be that on certain dreamwidth pages, the box-sizing property isn't always properly applied, so the padding is causing things to shift.
could you try adding in box-sizing:border-box; to the second div of both windows and see if that fixes the issue for you? it should be in this code block:
<div style="display:flex; flex-flow:column nowrap; gap:3px; width:100%; padding:3px; border:3px outset #fff;">