Show rate limiting note on official instances only

Also fix some styling flaws resulting from hiding
the rate limiting text.
This commit is contained in:
hunicus
2022-06-07 23:27:35 -04:00
parent 9527b3e0a4
commit c73d059965
3 changed files with 10 additions and 4 deletions

View File

@@ -22,10 +22,14 @@ li.nav-item {
}
}
.no-bottom-space {
.doc-welcome-note {
margin-bottom: 0;
}
.api-note {
margin-top: 1rem;
}
.nav-tabs .nav-link.active {
border-bottom: 1px solid #fff;
@media (min-width: 676px){
@@ -242,7 +246,7 @@ h3 {
transition: 0.5s opacity ease;
}
.api-note {
.doc-welcome-note {
font-size: 0.85rem;
}
}