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