Stéphane Deschamps · @notabene
445 followers · 312 posts · Server piaille.fr

@rolle If it helps BTW I created a different visual style for direct messages.

For my default white background, I give DMs a slight grey background. It's better than nothing and all that I can do without spending hours analysing the code and pushing issues. Lazy me 😉

```
.status__wrapper-direct, .detailed-status-direct {
background: !important;

}
```

#ccccccb0

Last updated 1 year ago

Stéphane Deschamps · @notabene
385 followers · 15 posts · Server piaille.fr

Version allégée de open-time.net/post/2023/01/09/ by @franckpaul dans mon Stylus pour Mastodon web :

```css

.status__wrapper-direct {
background: !important;
}

.status__wrapper-direct:before {
color: #000;
display: block;
font-weight: 700;
text-align: center;
background: ;
content: '—— ⛔️ ——';
}

```

(pour savoir quand un message est privé, ça devrait réjouir quelques nouveaux.)

#ccccccb0 #cccccc

Last updated 2 years ago