fix: code block bottom space

This commit is contained in:
Tienson Qin
2025-04-09 19:02:21 +08:00
parent a74c99af0f
commit 25ba3e6b7d
5 changed files with 6 additions and 11 deletions

View File

@@ -1036,7 +1036,7 @@ html.is-mac {
}
> .code-block-actions {
@apply absolute right-1 top-1 select-none z-[1] text-xs bg-gray-01;
@apply flex flex-row gap-1 opacity-0 transition-opacity ease-in duration-300 absolute right-1 top-1 select-none z-[1] text-xs bg-gray-01;
button {
@apply !py-0 h-4 text-muted-foreground hover:text-foreground text-xs px-1;