summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-30 16:11:24 +0700
committerGitHub <[email protected]>2026-06-30 16:11:24 +0700
commitda41189467c00e339b89f722b6c6e24e4481b288 (patch)
tree1822de246f30fad267343a58831d71e4413fcb96 /docs/_static/custom.css
parent40f4c12c6be504031d2e2808f191134739206b5e (diff)
parent47ce85fc1916ea08bee3c70c261fd8674604f169 (diff)
Merge pull request #3745 from hathach/claude/release-0.21.0
Release 0.21.0
Diffstat (limited to 'docs/_static/custom.css')
-rw-r--r--docs/_static/custom.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index d64d26047..ee187e945 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -1,3 +1,13 @@
.clear-both {
clear: both;
}
+
+.sidebar-sponsor {
+ display: flex;
+ justify-content: center;
+ padding: 0.4rem var(--sidebar-item-spacing-horizontal) 0.6rem;
+}
+.sidebar-sponsor iframe {
+ border: 0;
+ border-radius: 6px;
+}