Skip to content

Commit 6a5e914

Browse files
committed
Add a note for snippet content footer actions
1 parent 6365c3d commit 6a5e914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/astro/styles/components/_snippet-content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ main > article > footer {
2121

2222
// Select the direct child of the footer, as it can be either a single link
2323
// or a `span` element containing two links.
24+
// NOTE: Currently the two links case is not in use, but is left as a way
25+
// to support further customization in the future (Discussions leftover).
2426
> *:is(a, span) {
2527
// Make sure actions are displayed in one line on small viewports.
2628
display: block;

0 commit comments

Comments
 (0)