Fix icy pepe eyecandy replace svg with png

This commit is contained in:
Jesse C. Fisher 2023-10-11 21:49:50 +00:00
parent 303e79b9ca
commit c4a4264c8d
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 border-radius: 10em
overflow: hidden overflow: hidden
&.icypepe &.icypepe
zoom: 70% // zoom: 70%
border-radius: 600em border-radius: 600em
padding: 1em 5em 1em 2em padding: 1em 5em 1em 2em
cursor: pointer cursor: pointer
transition: background-color 0.2s, box-shadow 0.2s transition: background-color 0.2s, box-shadow 0.2s
svg svg
zoom: 80% // zoom: 80%
&:hover &:hover
background-color: gold background-color: gold
box-shadow: 1px 1px 8px 4px gold box-shadow: 1px 1px 8px 4px gold

View File

@ -26,7 +26,8 @@
-# - if !request.base_url.match(/pin|my|fireside/) -# - if !request.base_url.match(/pin|my|fireside/)
- unless current_user.signed_in? - unless current_user.signed_in?
.eyecandy.icypepe .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| - 5.times do |i|
.eyecandy .eyecandy
= image_tag "gongo-logo.png" = image_tag "gongo-logo.png"