mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 07:36:37 +00:00
deploy: 74f7ec4571
This commit is contained in:
parent
da1b9f5aeb
commit
b38c81ded9
318 changed files with 8012 additions and 8055 deletions
|
@ -156,10 +156,17 @@ div.box > .box-content {
|
|||
}
|
||||
rapi-doc{
|
||||
/* adjust rapi-doc internals to fill out available space */
|
||||
font-size: 4pt;
|
||||
margin-left: -12px;
|
||||
width: calc( 100% + 12px + 8px );
|
||||
margin-left: calc( -80px );
|
||||
width: calc( 100% + 80px + 80px );
|
||||
}
|
||||
|
||||
rapi-doc::part(section-tag) {
|
||||
margin-left: 80px;
|
||||
margin-right: 80px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.btn,
|
||||
#body .tab-nav-button {
|
||||
color: black !important;
|
||||
|
|
|
@ -1271,6 +1271,18 @@ rapi-doc {
|
|||
width: calc( 100% + 8px + 24px + 8px );
|
||||
}
|
||||
|
||||
rapi-doc::part(section-navbar) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
rapi-doc::part(section-endpoint-head-method) {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
rapi-doc::part(btn) {
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
.select-container i {
|
||||
padding-top: .25em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue