diff --git a/VERSION b/VERSION index 21e8796..90a27f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.5 diff --git a/app/pages/project.tsx b/app/pages/project.tsx index 4c27981..ac8a646 100644 --- a/app/pages/project.tsx +++ b/app/pages/project.tsx @@ -338,14 +338,13 @@ const Blogs: Component = P => {
+
+ {b.title || '---'} +
شناسه: {b.id}
-
- عنوان: - {b.title || '---'} -
{/*نشانه: {b.slug} تاریخ آپدیت: diff --git a/app/pages/style/project.scss b/app/pages/style/project.scss index a825d96..a40184d 100644 --- a/app/pages/style/project.scss +++ b/app/pages/style/project.scss @@ -293,6 +293,18 @@ white-space: nowrap; transition: border-color 200ms ease-in-out; + .blog-title { + width: 100%; + + text-align: center; + + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + } + .row { width: 100%; diff --git a/ssr/style/blog.scss b/ssr/style/blog.scss index 7205c14..6022ab5 100644 --- a/ssr/style/blog.scss +++ b/ssr/style/blog.scss @@ -234,7 +234,7 @@ box-shadow: 0px 5px 20px -10px black; } - h2 { + p { font-family: var(--simurgh--font-title); margin-top: -2em; }