med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

425
active users

#ui

20 posts19 participants0 posts today

J'ai ajouté ce CSS ci-dessous pour avoir la colonne par défaut (celle pour voir le toot sur lequel on a cliqué) juste après la colonne "Accueil"

Le truc chiant, c'est qu'il y a un vieux js qui scroll à droite sur un clique. Est-ce qu'il y aura moyen de l'enlever?

```
div[role="region"][aria-label].column{
order: 2;
}

div[role="region"].column:not([aria-label]) {
order: 1;
}

div[role="region"][aria-label="Accueil"].column {
order: 0;
}
```

#mastodon, #ui, #javascript, #css

If you are a power #vim user you are probably used to the m' navigation workflow, which is also implemented in Visual mode in radare2. Now you can experience not just the hjkl movement keys in iaito (the radare2 interface) but also the m' keys in hex, disasm, decompiler and graph views for quick moving around the binary! #reverseengineering #ui

Starmer’s Labour are pretty useless at most things; but here’s them standing up the the intransigent and belligerent Unionists - putting NI in a slightly closer alignment with the EU than those in the UK.
I wonder what the payoff will be? Because there’s bound to be some sop to the Unionists soon enough.
#NIPolitics #UKPol #Think32 #UI
bbc.co.uk/news/articles/c5yp93

The Parliament Building at Stormont, with a blue sky in the background.
BBC NewsWindsor Framework: EU rule to apply in NI despite oppositionThe government decides the rule will be implemented as it will not create a new regulatory barrier between GB and NI.
Replied in thread

@RichardJMurphy In all that, the expensive millstone of Northern Ireland’s six counties, still owned and controlled by England, has not been mentioned. There’s even an agreement - Good Friday. Agreement - to help divest England of it. What are they waiting for? #Think32 #UI

A little UI I made for a checklist app that works nicely. The pie-chart is a conic-gradient with the start and end colors sharing the same degrees which makes a hard edge.

Unfortunately, at this time, you can't animate a conic-gradient value in CSS.

#UI#CSS#WebDev

Looking to Hire UI/UX Designers? AtheosTech Delivers the Best Talent!
User experience can make or break your business. A confusing or outdated interface will drive users away, while a well-crafted design will keep them coming back. That’s why you should hire UI/UX designers from AtheosTech—experts who focus on creating modern, intuitive, and responsive designs tailored to your business needs.
atheostech.com/hire-ui-ux-desi

#uiux #ui/uxdesigners #brand #designer #marketing #atheostech #usa

It's happening! Thanks to some great work behind the scenes by bruvzg, Godot just got real SVG support for user interfaces - they now scale rather than stay rasterized at the same resolution!

You'll also notice text stays sharp when scaled even without MSDF; another boon of the new oversampling system. The wait for Godot continues.