We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b993bc4 + 6988564 commit 18f3d96Copy full SHA for 18f3d96
1 file changed
src/pages/plugins/index.astro
@@ -87,6 +87,9 @@ const hasFeaturedPlugins = featured.length > 0;
87
background-color: var(--bg);
88
padding: 12px 0;
89
z-index: 1;
90
+
91
+ // horizontal box shadow matching background to cover .plugin glow without causing layout changes or page overflow.
92
+ box-shadow: -24px 0 0 0 var(--bg), 24px 0 0 0 var(--bg);
93
}
94
95
.controls input,
0 commit comments