add explicit blurring to left expanded image and full screen (#1701)

* add explicit blurring to left expanded image and full screen
This commit is contained in:
Kendall Garner
2026-02-13 02:49:57 +00:00
committed by GitHub
parent f487560ec5
commit 78875572e9
4 changed files with 49 additions and 6 deletions
@@ -53,6 +53,10 @@
border-radius: var(--theme-radius-md);
}
.censored.sidebar-image {
filter: blur(20px);
}
.accordion-root {
height: 100%;
}