Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

January 6th, 2022

RT @VladWebDev: Today, I had to deal with a website bug that only happened in Facebook’s WebView (the in-app browser).

Apparently, you can…

via Twitter Web App

@simevidas The simplest fix is `table { display: block}`, which makes the table respect the available width and causes it to scroll. I think that’s the best scalable fix we have in this case. I’d probable add overflow shadows as in https://t.co/Gz0DEBARaD

via Twitter Web App

RT @bramus: 🔥 A new Media Features that’s being specced in the Media Queries Level 5 Spec is one to detect Scripting Support

> The scripti…

via Echofon

@samthor Thanks for sharing some more of the thoughts that made you make the switch. Hope we can chat again in a couple of months to hear how things work out. I know you will do great! 🌱

via Echofon

@simevidas Without manually breaking up the words (nicer, but doesn’t scale), an approach like https://t.co/28OoOKmlIC can work:

“`css
code {
word-break: break-word;
overflow-wrap: break-word;
}
“`

via Echofon

RT @ericlaw: I wrote about setting command-line arguments for @MicrosoftEdge and why it often doesn’t seem to work.
https://t.co/GM0BBM3EWK

via Echofon

@aerotwist @Spotify @SpotifyEng Thanks for sharing so much of your knowledge while at Google! I learned a ton from you! All the best for the new endeavor! You’ll do great things at Spotify, they can be happy to have you on their team.

via Echofon in reply to aerotwist

RT @ChromeDevTools: 🔥 What’s New in DevTools (Chrome 97) 🔥

First updates of the year bring you:
🎥 (Must try) Record, replay and audit user…

via Echofon