Fix icy pepe eyecandy replace svg with png

This commit is contained in:
Jesse C. Fisher 2023-10-11 21:49:50 +00:00 committed by icwizardmonke
parent f098c7b529
commit c661d85727
4 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
<svg width="1000" height="1000" xmlns="http://www.w3.org/2000/svg"><image href="https://ys2wt-cqaaa-aaaag-qb7ga-cai.raw.icp0.io/?index=1" width="1000" height="1000"/></svg>

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -112,13 +112,13 @@ header
border-radius: 10em
overflow: hidden
&.icypepe
zoom: 70%
// zoom: 70%
border-radius: 600em
padding: 1em 5em 1em 2em
cursor: pointer
transition: background-color 0.2s, box-shadow 0.2s
svg
zoom: 80%
// zoom: 80%
&:hover
background-color: gold
box-shadow: 1px 1px 8px 4px gold

View File

@ -26,7 +26,8 @@
-# - if !request.base_url.match(/pin|my|fireside/)
- unless current_user.signed_in?
.eyecandy.icypepe
= inline_svg_tag "Icy Pepe.svg"
= image_tag "icy pepe.png", style: 'width: 800px'
-# = inline_svg_tag "Icy Pepe.svg"
- 5.times do |i|
.eyecandy
= image_tag "gongo-logo.png"