Skip to content

Commit

Permalink
Fix squircle size
Browse files Browse the repository at this point in the history
  • Loading branch information
dNitza committed Aug 26, 2024
1 parent 7e2de55 commit e06c69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slices/main/templates/posts/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ article class="h-entry"
- else
a class="block text-orange-700 dark:text-violet-300 no-underline hover:underline" href=mention.author_url
= mention.author_name
div class="prose dark:prose-invert dark:text-indigo-250 prose-a:text-orange-700 dark:prose-a:text-violet-300 prose-a:no-underline hover:prose-a:underline"
div class="prose dark:prose-invert dark:text-indigo-250 prose-a:text-orange-700 dark:prose-a:text-violet-300 prose-a:no-underline hover:prose-a:underline prose-img:max-w-32"
== mention.content_html
div class="text-sm"
- if mention.source_url != "email"
Expand Down Expand Up @@ -172,6 +172,6 @@ article class="h-entry"
a rel="syndication" class="u-syndication" href=loc[:url]
== render "shared/#{loc[:location]}"

svg width="10" height="10" viewBox="0 0 10 10"
svg width="30" height="30" viewBox="0 0 5 5"
clipPath id="squircleClip" clipPathUnits="objectBoundingBox"
path fill="red" stroke="none" d="M 0,0.5 C 0,0 0,0 0.5,0 S 1,0 1,0.5 1,1 0.5,1 0,1 0,0.5"
path fill="red" stroke="none" d="M 0,0.25 C 0,0 0,0 0.45,0 S 1,0 1,0.45 1,1 0.5,1 0,1 0,0.75"

0 comments on commit e06c69a

Please sign in to comment.