chore(docs): relocating the edit page button a tad. (#27486)

This commit is contained in:
Evan Rusackas 2024-03-13 22:41:41 -06:00 committed by GitHub
parent 2fdf6d7b64
commit fb39951d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,8 @@ import DocItem from '@theme-original/DocItem';
const EditPageLink = styled('a')`
position: fixed;
bottom: 20px;
right: 20px;
bottom: 40px;
right: 10px;
padding: 1rem;
padding-left: 4rem;
background-color: #444;
@ -37,6 +37,7 @@ const EditPageLink = styled('a')`
bpx-shadow: 0 0 0 0 rgba(0,0,0,0); /* Smooth transition for hover effect */
scale: .9;
transition: all 0.3s;
transform-origin: bottom right;
&:hover {
background-color: #333;