mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#css

55 Beiträge47 Beteiligte1 Beitrag heute

I have so much mixed feeling about #react. In one hand, I like #jsx. I mean, I really don't like #JavaScript but I like the idea to integrate #HTML and #css so they can be syntax checked instead of a big hard to read string. On the other hand your site is now coming with scripts even if it's just a simple form that could be coded in plane HTML. I learned react to help getting jobs but if it was my own website, I would use something else. I started to check #flutter. I like the idea of having one code that can generate websites, desktop apps and phone apps.

Howdy! 🤓 How do you all handle native #CSS Nesting at the moment? Are you using it already? And if so, are you just targeting newer browsers that support it? Or are you using PostCSS, for example?

Asking for a friend who has reduced his build process to the max (nothing but a little esbuild script) and is now hesitating to add PostCSS again… 😉

Released a minor update to Mastodon Bird UI, 2.3.1.

Supports Mastodon versions 4.4.0, 4.4.1 and 4.5.0-alpha.1.

Changelog:

- Update instructions: Replace `@import` with `@use` #162, Closes #161 #152 #163 (thanks @SuperSandro2000!)
- Fix missing close icon in the search input when it has value

github.com/ronilaukkarinen/mas

2.3.1: 2025-07-10
Note⚠️ Compatibility: This release supports v.4.4.0, v.4.4.1, v4.5.0-alpha.1.
This version will not support Mastodon versions prior v4.4.0! (2025-07-08) For older Mastodon servers...
GitHubRelease 2.3.1 · ronilaukkarinen/mastodon-bird-ui2.3.1: 2025-07-10 Note⚠️ Compatibility: This release supports v.4.4.0, v.4.4.1, v4.5.0-alpha.1. This version will not support Mastodon versions prior v4.4.0! (2025-07-08) For older Mastodon servers...
#MastodonBirdUI#BirdUI#CSS

What should be the result of the below formulas in #CSS

mod(0,-2)
mod(2,-2)
mod(4,-2)

Chrome said: -2 0 -2
Firefox said: 0 0 0

I suppose chrome is wrong since -2 should be excluded from the range of the results (based on the Spec), right?

#writers, #blog aficionados, #web enjoyers, #website browsers: lend me your ears! i need help with a big push to get the word out about #writing for GOOD INTERNET magazine's autumn issue! a digital AND physical magazine that ships all over the world, run & contributed to by volunteers! (‼️)

in case you're unaware, GOOD INTERNET covers a lot of different aspects of the #SmallWeb: unplugging from the corporate web, fighting #enshittification, migrating from data-harvesting corpo social media, creating your own personal website, using code and website-building as an art form, federation, and creating websites for fun. the aim is to be approachable for beginners and enjoyable for seasoned #indieweb travelers!

you don't have to be a professional #webdev or a #coding smartypants to write about all the good things happening on "this side" of the web. the idea here is to spread the word about and share thoughts, independent web projects, services, methods, sites, meet-ups, and celebrate the non-corporate web together while making it easier for us to partake and unplug from #bigtech.

📏 looking for 1,000- to 4,000-word articles aimed at website owners and hobbyists, digital (and traditional) #artists, #internet culture enthusiasts, #technology nerds, #socialmedia expatriates, & anyone who wants to unplug from the corporate-owned #web.

⏲️ the deadline is AUGUST 22, 2025 ⏲️

ℹ️ more info here: goodinternetmagazine.com/conta

Good Internet · Contact UsPitching stories Unfortunately, at this time, we cannot pay for article submissions or art. Appropriate topics Articles can either be sourced and journalistic or first-hand accounts and personal stories. Since our magazine is geared towards hobbyists, articles should not be aimed at those who do not already own personal websites

Anybody who is really good with #CSS and using plugins like #Stylus to alter a site appearance able to give me a hand?

Been trying to figure out how to re-order the items showing up in the Navigation bar on the Mastodon web interface using only CSS - ideally I PERSONALLY would love to swap the positions of Trending, Notifications, and Private Mentions, but I'd like to have whatever CSS wizardry I wind up outputting to be flexible enough that people can re-order their own Navigational elements to however they would like it themselves.