This commit is contained in:
MeysamMoghaddam
2025-10-09 22:39:04 +03:30
parent 8fc4878c44
commit 6eddf7b295
2 changed files with 4 additions and 5 deletions

View File

@@ -196,7 +196,7 @@
سه گام روشن تا شروع یک ماجراجویی جدید
</MudText>
<MudGrid>
<MudItem xs="6">
<MudItem xs="12" lg="6">
<MudStack AlignItems="AlignItems.Start">
<MudPaper Outlined="true" Class="pa-6 rounded-xl">
<MudTimeline>
@@ -236,7 +236,7 @@
<MudItem xs="1">
<MudDivider Vertical="true" />
</MudItem>
<MudItem xs="5" Class="d-flex align-center">
<MudItem xs="12" lg="5" Class="d-flex align-center">
<MudStack>
<MudGrid Spacing="4" Justify="Justify.SpaceAround">
<MudItem xs="6">

View File

@@ -136,8 +136,7 @@ else
</MudPaper>
<!-- Reviews Section -->
<MudPaper Elevation="2" Class="pa-6 rounded-2xl mud-theme-surface mt-4">
<MudText Typo="Typo.h6" Class="mb-4 mud-typography-subtitle1">نظرات کاربران</MudText>
<MudPaper Elevation="2" Class="pa-6 rounded-2xl mud-theme-surface mt-4">
<!-- Comment Submission Form (only for authenticated users) -->
@if (_isAuthenticated)
@@ -179,7 +178,7 @@ else
</MudStack>
</MudPaper>
}
<MudText Typo="Typo.h6" Class="my-4 mud-typography-subtitle1">نظرات کاربران</MudText>
<!-- Reviews List -->
@if (_reviews.Any())
{