@darch@neotxt.dk, the “Settings” screen has issues as well. I can screenshot it and twtxt about it, but it is easier to see. Click on “Settings” and see the alignment of the three blue buttons, and width in comparison with the rest of the page. This on both, desktop, and mobile.

⤋ Read More

@darch@neotxt.dk on “Timeline”, inspect any of the <article id> tags. Their computed width is 834px. Now go to “Settings”, and inspect any <article>. Their computed width is 802px.

The way I see it, this is what causing this specific problem (the commented out padding):

.tabs .tab {
    order: 99;
    width: 100%;
    display: none;
    /* padding: 1rem; */
}

Anyway, I am not a frontend designer.

⤋ Read More

Participate

Login to join in on this yarn.