Merge branch 'main' into feat/api-keys

pull/2277/head
kodiakhq[bot] 2022-04-16 02:00:08 +00:00 committed by GitHub
commit 89e58f983d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 11 deletions

View File

@ -1,4 +1,7 @@
@charset "UTF-8";
.swagger-ui {
margin-top: -180px;
}
.model-box-control {
border-radius: 0;
background: black;
@ -184,13 +187,13 @@
color: #fff;
}
@media only screen and (max-width: 600px) {
.swagger-ui .opblock .opblock-summary-method {
margin-right: -5px;
}
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
margin-top: 20px;
}
.swagger-ui .opblock .opblock-summary-method {
margin-right: -5px;
}
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
margin-top: 20px;
}
}
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
@ -243,7 +246,7 @@
.swagger-ui .opblock .opblock-summary-description {
margin: auto;
margin-top: 10px;
}
}
}
.swagger-ui .opblock .opblock-summary {
display: -webkit-box;
@ -771,9 +774,9 @@
border: none;
}
@media only screen and (max-width: 600px) {
.swagger-ui button {
display: grid;
}
.swagger-ui button {
display: grid;
}
}
.swagger-ui select {
font-size: 14px;