mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
fix responsive public profile
This commit is contained in:
parent
1869dd0bcf
commit
d8cc1ec107
@ -518,7 +518,7 @@ body.container{
|
||||
|
||||
.profile-top-pictos {
|
||||
padding: 15px 0 15px 0;
|
||||
margin: 0 !important;
|
||||
margin: 0 15px 0 15px;
|
||||
text-align: center;
|
||||
|
||||
|
||||
|
@ -2,10 +2,11 @@
|
||||
|
||||
<div class="col-lg-12">
|
||||
<section class="profile-top text-white widget panel b-a m row">
|
||||
<div class="col-lg-2 profile-top-pictos">
|
||||
<div class="col-lg-2 col-md-12 profile-top-pictos">
|
||||
<div class="avatar thumb-140-wrapper img m-b-md">
|
||||
<fab-user-avatar ng-model="user.profile.user_avatar" avatar-class="thumb-140"></fab-user-avatar>
|
||||
</div>
|
||||
<br/>
|
||||
<div class="social-links links-center" ng-if="social.networks.length <= 4">
|
||||
<ng-repeat ng-repeat="network in social.networks" >
|
||||
<social-link network="{{network}}" user="user"></social-link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user