Skip to content

Commit 0a614b4

Browse files
committed
restore snack player last item margin from theme
1 parent 33a6489 commit 0a614b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/src/css/customTheme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,10 @@ html[data-theme="dark"] .docsRating {
18611861
border-radius: var(--ifm-global-radius);
18621862
}
18631863

1864+
.tabs-container .snack-player:last-child {
1865+
margin-bottom: 0;
1866+
}
1867+
18641868
/* Two columns code block */
18651869

18661870
.two-columns {

0 commit comments

Comments
 (0)