copy button position

This commit is contained in:
Abrar Ahmad 2022-07-28 12:35:16 +05:00
parent 94262e35e4
commit 0290c54e97
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.code-block-wrapper .copyBtn {
@apply absolute right-2 top-4 outline-none text-gray-200 opacity-25;
@apply absolute right-2 top-5 outline-none text-gray-200 opacity-25;
}
.code-block-wrapper .copyBtn:hover {

File diff suppressed because one or more lines are too long