Update Code.astro styling
This commit is contained in:
parent
1dc66dfdce
commit
fc79f878b3
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@matthiesenxyz/astro-gists": patch
|
||||
---
|
||||
|
||||
fix CSS issue with View Raw Button
|
|
@ -57,11 +57,10 @@ if (scriptsToPrepend.length) {
|
|||
|
||||
<style>
|
||||
.raw {
|
||||
display: inline-flex;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
right: 0;
|
||||
color: gray;
|
||||
float: inline-end;
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
color: black;
|
||||
padding-top: 2px;
|
||||
padding-inline-end: 1rem;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue