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>
|
<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;
|
||||||
|
|
Loading…
Reference in New Issue