Post #3070384
2026-03-25 20:43 UTC
@lislegaard@sonomu.club I pushed a new version, that hides the badge when offline if you add the `hide-offline` attribute. eg.,
For the full width, you can override the css like this:
```
owncast-badge {
width: 100% !important;
}
```
Replies (1)
-
@lislegaard@sonomu.club 2026-03-25 21:02
@lefractal@mstdn.social amazing! thank you so much!