mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
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:
parent
0073322758
commit
752156281f
3 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue