Skip to content

Commit

Permalink
Merge pull request #2713 from Leantime/project-dashboard-avatar-creat…
Browse files Browse the repository at this point in the history
…etodo-fix

Removed create todo and Centered user avatar on project dashboard
  • Loading branch information
marcelfolaron authored Sep 26, 2024
2 parents 0e73d9f + deda7c5 commit 2d917d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions app/Domain/Dashboard/Templates/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ class="{{ $isFavorite ? 'btn-active' : '' }}">
</x-global::content.card>

<x-global::content.card variation="content">
<x-slot:card-context-buttons>
<x-global::forms.button href="#/tickets/newTicket" content-role="tertiary">
<i class="fa fa-plus"></i> Create To-Do
</x-global::forms.button>
</x-slot:card-context-buttons>

<x-slot:card-title>{{ __('headlines.latest_todos') }}</x-slot:card-title>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

<img {{ $attributes->merge([
'src' => BASE_URL . '/api/users?profileImage=' . $user['id'] .'&v='.format($user['modified'])->timestamp(),
]) }} />
]) }} />
2 changes: 2 additions & 0 deletions public/assets/css/components/style.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,8 @@ body .widgettitle .editHeadline:hover {
margin:0px;
margin-top:-35px;
margin-bottom:10px;
display: flex;
justify-content: center;
}

.profileBox .commentImage img {
Expand Down

0 comments on commit 2d917d1

Please sign in to comment.