fix: 🐛 bug: fix view raw button (#39)

Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
Co-authored-by: Adam Matthiesen <amatthiesen@outlook.com>
This commit is contained in:
create-issue-branch[bot] 2024-03-09 11:49:42 -08:00 committed by GitHub
parent 545f18d667
commit e500aeb9af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/astro-gists": patch
---
fix CSS issue with View Raw Button

View File

@ -57,11 +57,10 @@ if (scriptsToPrepend.length) {
<style> <style>
.raw { .raw {
display: inline-flex; float: inline-end;
position: absolute; background-color: transparent;
z-index: 99; background: transparent;
right: 0; color: black;
color: gray;
padding-top: 2px; padding-top: 2px;
padding-inline-end: 1rem; padding-inline-end: 1rem;
text-decoration: none; text-decoration: none;