v1.0.4: 테마 경고 수정과 기본 다크모드 적용

Made-with: Cursor
This commit is contained in:
2026-04-27 18:09:10 +09:00
parent 319f30d6c5
commit a4cb6e4618
12 changed files with 36 additions and 17 deletions

View File

@@ -18,11 +18,11 @@
{{#is "post"}}
{{#post}}
{{#primary_author}}
<section class="px-4 sm:px-5 py-4 sm:py-5 xl:pr-1 flex flex-col gap-1.5 border-b border-brd">
<a class="flex gap-2 hover:opacity-80" href="{{url}}">{{#if profile_image}}
<img class="object-cover size-10 sm:size-12 aspect-square" src="{{img_url profile_image size="s" absolute="true"}}" alt="{{name}}">
<section class="px-4 sm:px-5 py-4 sm:py-5 xl:pr-1 flex flex-col gap-2.5 border-b border-brd">
<a class="flex items-start gap-2 hover:opacity-80" href="{{url}}">{{#if profile_image}}
<img class="w-12 h-12 min-h-12 shrink-0 aspect-square rounded-full object-cover" src="{{img_url profile_image absolute="true"}}" alt="{{name}}">
{{else}}
<div class="object-cover size-10 sm:size-12 aspect-square avatar--fallback">A</div>
<div class="w-12 h-12 min-h-12 shrink-0 aspect-square rounded-full avatar--fallback">A</div>
{{/if}}
<div class="flex-1 flex flex-col gap-1">
<h3 class="text-sm font-medium leading-tight flex items-center justify-between gap-1">{{name}}</h3>