Browse Source

Merge branch 'master' into fix/sponsor-badge

pull/14097/head
Alejandra 11 months ago
committed by GitHub
parent
commit
604ff70682
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/docs/css/custom.css
  2. 4
      docs/en/docs/release-notes.md

5
docs/en/docs/css/custom.css

@ -124,6 +124,11 @@ a.announce-link:hover {
border-radius: 20px;
}
/* Hide .sponsor-badge when .sponsor-image is display none */
.announce-wrapper a:has(.sponsor-image[style*="display: none"]) .sponsor-badge {
display: none;
}
.announce-wrapper>div {
min-height: 40px;
display: flex;

4
docs/en/docs/release-notes.md

@ -11,6 +11,10 @@ hide:
* 📝 Update contributing guidelines for installing requirements. PR [#14095](https://github.com/fastapi/fastapi/pull/14095) by [@alejsdev](https://github.com/alejsdev).
### Internal
* 🐛 Hide sponsor badge when sponsor image is not displayed. PR [#14096](https://github.com/fastapi/fastapi/pull/14096) by [@alejsdev](https://github.com/alejsdev).
## 0.117.1
### Fixes

Loading…
Cancel
Save