mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Prevent ai icon shrinking
This commit is contained in:
parent
1e1ed5ca45
commit
a7a29b4780
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<%# locals: (theme: "light") %>
|
||||
|
||||
<div class="w-8 h-8 antialiased" style="filter: drop-shadow(0px 6px 8px rgba(244, 78, 247, 0.10));">
|
||||
<div class="shrink-0 w-8 h-8 antialiased" style="filter: drop-shadow(0px 6px 8px rgba(244, 78, 247, 0.10));">
|
||||
<%# Never use svg as an image tag, it appears blurry in Safari %>
|
||||
<%= inline_svg_tag "ai-dark.svg", alt: "AI", class: "w-full h-full hidden theme-dark:block" %>
|
||||
<%= inline_svg_tag "ai.svg", alt: "AI", class: "w-full h-full theme-dark:hidden" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue