troet.cafe ist Teil eines dezentralisierten sozialen Netzwerks, angetrieben von Mastodon.
Hallo im troet.cafe! Dies ist die derzeit größte deutschsprachige Mastodon Instanz zum tröten, neue Leute kennenlernen, sich auszutauschen und Spaß zu haben.

Verwaltet von:

Serverstatistik:

7,2 Tsd.
aktive Profile

Mehr erfahren

#css

126 Beiträge99 Beteiligte15 Beiträge heute

I really, really miss the CSSEdit app from I think it was MacRabbit. Yes, there are browser tools, but they just aren't as good as it was.

There's Espresso, but it's also abandoned, I think.

Any suggestions out there for a *good* Mac-friendly CSS editor?

New Kitten release

• Fix: messages that are promises are properly awaited before being sent.

kitten.small-web.org

Kitten automatically and transparently handles asynchronous content in your templates for you so you don’t have to worry about it. One place where this wasn’t working properly is if you addressed `this.component` to stream a custom update of your component manually instead of calling the `this.update()` method of Kitten component instances.

e.g.,

```js
export default class AdminPage extends kitten.Page {
// …
onSelectedPost (data) {
this.send(kitten.html`<${this.component} postId='${data.selectedPost.postId}' />`)
}
}
```

:kitten:💕

#Kitten#SmallWeb#SmallTech

Dear browser makers, please fix LCH. The promise of LCH was that the L could be trusted: no matter what the hue is, the lightness would always be the same perceived lightness. In your current implementations this is completely broken. It’s even worse than HSL

issues.chromium.org/issues/409

bugs.webkit.org/show_bug.cgi?i

bugzilla.mozilla.org/show_bug.

issues.chromium.orgChromium
#browser#interop#css

Wer den elend winzigen und nicht benutzerfreundlichen horizontalen Scrollbalken in der Deck-Ansicht von #Mastodon auf dem Desktop höher haben möchte, nutzt in Webkit-basierten Browsern folgendes User-#CSS:

.custom-scrollbars ::-webkit-scrollbar {
height: 15px !important;
}

Since we last reported on the back & forth regarding defining a "masonry layout" #CSS syntax, an intriguing development has transpired!

Jen Simmons et al. over at the WebKit Blog have written about a third possible path forward, and it has implications beyond merely implementing masonry layout. It is the initial steps towards formulating a unified layout system that blurs the lines between flexbox and grid. This new #WebDev concept is tentatively being called Item Flow.

thathtml.blog/2025/04/unified-

That HTML Blog · A Unified CSS Layout System: Could It Happen?If CSS were able to give me an updated set of layout properties that would let me use CSS Grid for 95%-100% of everything I need on the vast majority of projects, I would rejoice!

Better typography with text-wrap pretty: "Let’s take a look at what the WebKit version of `pretty` does — it’s probably a lot more than you expect. Then, we’ll compare it to `balance` and the other `text-wrap` values to better understand when to use which one." #CSS webkit.org/blog/16547/better-t

WebKit · Better typography with text-wrap prettySupport for text-wrap: pretty just shipped in Safari Technology Preview, bringing an unprecedented level of polish to typography on the web.

In the history of CSS has anyone ever been able to justify a z-index higher than a single figure?

When you use a third-party tool and they hard-code the z-index to something like 9999. Surely that's for the page developer to decide?