Fix: styling (#2523)

* remove vercel favicon and logo, remove empty space on top due to Head

* adds a negative margin-top to compensate for svg-assets

Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Agusti Fernandez 2022-04-16 03:58:07 +02:00 committed by GitHub
parent 7e392da78a
commit d03038d976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
.swagger-ui {
margin-top: -180px;
}
.model-box-control { .model-box-control {
border-radius: 0; border-radius: 0;
background: black; background: black;