Skip to content

Commit

Permalink
removed commented files and inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
ctanveer committed Sep 26, 2024
1 parent 4925671 commit deda7c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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="primary">
<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,5 +4,4 @@

<img {{ $attributes->merge([
'src' => BASE_URL . '/api/users?profileImage=' . $user['id'] .'&v='.format($user['modified'])->timestamp(),
'style' => "display: inline;"
]) }} />
]) }} />
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 deda7c5

Please sign in to comment.