Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
remove photo styling
Browse files Browse the repository at this point in the history
causing the image looks bigger than the wrapper when menu collapsed
  • Loading branch information
harimayco committed Sep 15, 2017
1 parent b1235de commit dad6fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Sidebar user panel (optional) -->
<div class="user-panel">
<div class="pull-{{ trans('crudbooster.left') }} image">
<img src="{{ CRUDBooster::myPhoto() }}" style="width:45px;height:45px;" class="img-circle" alt="{{ trans('crudbooster.user_image') }}" />
<img src="{{ CRUDBooster::myPhoto() }}" class="img-circle" alt="{{ trans('crudbooster.user_image') }}" />
</div>
<div class="pull-{{ trans('crudbooster.left') }} info">
<p>{{ CRUDBooster::myName() }}</p>
Expand Down

0 comments on commit dad6fdb

Please sign in to comment.