style: hide info title in swagger UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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 { font-size: 0; }
|
||||||
.swagger-ui .auth-container .auth-btn-wrapper .authorize::before { content: "Autorizar"; font-size: 14px; }
|
.swagger-ui .auth-container .auth-btn-wrapper .authorize::before { content: "Autorizar"; font-size: 14px; }
|
||||||
.swagger-ui .btn-group .btn { color: inherit; }
|
.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>.
|
/* 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. */
|
Ocultamos o SVG e o botão DarkMode e injetamos nosso img via JS. */
|
||||||
|
|||||||
Reference in New Issue
Block a user