From a88612bc18af8956e81a514367ce505ddf77e6d8 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 28 Jan 2024 03:54:33 +0100 Subject: [PATCH] Visually align authorize button with the rest of SwaggerUI components --- Iceshrimp.Backend/wwwroot/swagger/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Iceshrimp.Backend/wwwroot/swagger/styles.css b/Iceshrimp.Backend/wwwroot/swagger/styles.css index 7c75ddfe..28dd3ebf 100644 --- a/Iceshrimp.Backend/wwwroot/swagger/styles.css +++ b/Iceshrimp.Backend/wwwroot/swagger/styles.css @@ -1,3 +1,7 @@ .swagger-ui .topbar .download-url-wrapper { display: none; +} + +.swagger-ui .auth-wrapper { + justify-content: flex-start; } \ No newline at end of file