style: hide info title in swagger UI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 17:44:27 -03:00
parent d3273b0cad
commit 2fd0877b89
+1 -1
View File
@@ -86,7 +86,7 @@ if (enableSwagger) {
.swagger-ui .auth-container .auth-btn-wrapper .authorize { font-size: 0; }
.swagger-ui .auth-container .auth-btn-wrapper .authorize::before { content: "Autorizar"; font-size: 14px; }
.swagger-ui .btn-group .btn { color: inherit; }
.swagger-ui .info .title small { display: none; }
.swagger-ui .info .title { display: none; }
/* Logo customizada — swagger-ui-dist 5.x usa SVG inline, não <img>.
Ocultamos o SVG e o botão DarkMode e injetamos nosso img via JS. */