Post #3070382
2026-03-25 19:54 UTC
@lefractal@mstdn.social
This is great! I think my favorite style would be invisible when offline and gigantic (like my full width) when online.
Then I could put it between my menu and video here:
https://www.kristofferlislegaard.com/
And if I was online there would be a big card that greeted people about me being online.
Is this something you would be open to adding? Feel free to say no if not. Great job anyways!
Replies (2)
-
@lefractal@mstdn.social 2026-03-25 20:13
@lislegaard@sonomu.club Yes, invisible when offline makes sense too!
-
@lefractal@mstdn.social 2026-03-25 20:43
@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; } ```