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:
parent
7e392da78a
commit
d03038d976
1 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue