From 8b611864495b517a17fe57d2d2daaf261dbafa41 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 21 Jun 2024 21:30:44 +0200 Subject: [PATCH] [backend/razor] Improve queue dashboard --- Iceshrimp.Backend/Pages/Queue.cshtml | 2 +- Iceshrimp.Backend/wwwroot/css/queue.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Pages/Queue.cshtml b/Iceshrimp.Backend/Pages/Queue.cshtml index 3446f383..b9c6360a 100644 --- a/Iceshrimp.Backend/Pages/Queue.cshtml +++ b/Iceshrimp.Backend/Pages/Queue.cshtml @@ -136,7 +136,7 @@ else }; - @id + @id @job.Status @additional diff --git a/Iceshrimp.Backend/wwwroot/css/queue.css b/Iceshrimp.Backend/wwwroot/css/queue.css index 17c50edc..8a14b72f 100644 --- a/Iceshrimp.Backend/wwwroot/css/queue.css +++ b/Iceshrimp.Backend/wwwroot/css/queue.css @@ -57,4 +57,9 @@ .flex-grow { flex-grow: 1; +} + +.uuid { + font-family: monospace; + width: 36ch; } \ No newline at end of file