Skip to content

Commit ca2ee3f

Browse files
authored
fix(copy-page): right-align Copy page button on pages without a TOC (#5161)
1 parent 40d7614 commit ca2ee3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/src/theme/DocItem/Layout/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ div[class^="copyPageArticleAction"] {
2424
margin-bottom: 0;
2525
}
2626

27+
.copyPageArticleAction {
28+
margin-left: auto;
29+
}
30+
2731
button[class^="copyPageButton"] {
2832
border-radius: var(--ifm-global-radius);
2933
border-color: var(--ifm-color-gray-500);

0 commit comments

Comments
 (0)