From 4a1dc8b9f25b701c750e76ec9c3a08c2e990563e Mon Sep 17 00:00:00 2001 From: soaos Date: Mon, 24 Nov 2025 21:23:15 -0500 Subject: StatusCafe Integration --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index ce94a14..ed6804d 100644 --- a/static/style.css +++ b/static/style.css @@ -183,3 +183,14 @@ body { clip-path: polygon(0 0, 50.1% 0, 50.1% 100%, 0 100%); visibility: visible; } + +#statuscafe { +padding: .5em; +background-color: var(--button-highlight); +} +#statuscafe-username { +margin-bottom: .5em; +} +#statuscafe-content { +margin: 0 1em 0.5em 1em; +} -- cgit v1.2.3