v0.1.9 포스트 레이아웃 폭 오류 수정

This commit is contained in:
2026-04-13 16:45:09 +09:00
parent 437c403830
commit 98defddcf3
3 changed files with 4 additions and 4 deletions

View File

@@ -975,7 +975,7 @@ input {
height: 56px; height: 56px;
} }
.post-template { .post-article {
max-width: var(--content-header); max-width: var(--content-header);
margin: 0 auto; margin: 0 auto;
padding: 18px 0 10px; padding: 18px 0 10px;
@@ -1320,7 +1320,7 @@ input {
padding-inline: 0; padding-inline: 0;
} }
.post-template { .post-article {
max-width: 100%; max-width: 100%;
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "ghost-theme-thred-clone", "name": "ghost-theme-thred-clone",
"version": "0.1.8", "version": "0.1.9",
"private": true, "private": true,
"description": "A Ghost theme inspired by the Thred reference layout.", "description": "A Ghost theme inspired by the Thred reference layout.",
"keywords": [ "keywords": [

View File

@@ -2,7 +2,7 @@
{{#post}} {{#post}}
<main class="content-area content-area--post"> <main class="content-area content-area--post">
<article class="post-template {{post_class}}"> <article class="post-article {{post_class}}">
<header class="post-header"> <header class="post-header">
<div class="post-header__inner"> <div class="post-header__inner">
{{#if primary_tag}} {{#if primary_tag}}