mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

- move spec to _static/rest-api.yml, since the original yaml must be served - copy javascript rendering code from FastAPI (uses swagger-ui) - remove link to pet store, since there isn't a big enough difference to duplicate it - remove bootprint rendering with node
11 lines
211 B
CSS
11 lines
211 B
CSS
/* Added to avoid logo being too squeezed */
|
|
.navbar-brand {
|
|
height: 4rem !important;
|
|
}
|
|
|
|
/* hide redundant funky-formatted swagger-ui version */
|
|
|
|
.swagger-ui .info .title small {
|
|
display: none !important;
|
|
}
|