Skip to content

Commit ee765bf

Browse files
committed
Fix "Copied!" message
fix position
1 parent d15cf6a commit ee765bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/helios-gcx.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,4 +1575,12 @@ li.nav-item.is-current-page.is-active:has(li):has(li):before {
15751575
.dark-mode li.nav-item.toggler.is-active[data-depth="2"]:hover .nav-text,
15761576
.dark-mode li.nav-item[data-depth="2"]:hover a {
15771577
color: #fff;
1578+
}
1579+
1580+
.source-toolbox .copy-toast::after {
1581+
right: 6px;
1582+
}
1583+
1584+
.source-toolbox .copy-toast {
1585+
left: -14px;
15781586
}

0 commit comments

Comments
 (0)