Skip to content

Commit

Permalink
feat(style): change chart style
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Sep 16, 2024
1 parent 67df65a commit 2f3d4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions resources/views/admin/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8 flex gap-4 mt-4">
<div class="basis-1/2">
<h2>پر بازدید ترین کد ها</h2>
<div class="card" style="height: 340px">
<div class="card border-0 shadow !rounded-[15px] !overflow-hidden" style="height: 340px">
<div class="card-body card-body-scrollable card-body-scrollable-shadow">
<div class="divide-y">
@foreach($best_code_results as $best_code_result)
Expand All @@ -65,7 +65,7 @@
</div>
<div class="basis-1/2">
<h2>بازدید سایت</h2>
<div class="card">
<div class="card border-0 shadow !rounded-[15px] !overflow-hidden">
<div class="card-body">
<div id="chart-mentions" class="chart-lg"></div>
</div>
Expand Down

0 comments on commit 2f3d4ca

Please sign in to comment.