Moving staff counters back to the top of profiles

This commit is contained in:
Kris 2019-04-01 21:04:37 -04:00
parent a2e6a8a51e
commit 9603c906ec
3 changed files with 31 additions and 39 deletions

View File

@ -3,7 +3,6 @@
<section class="{{if collapsedInfo 'collapsed-info'}} about {{if hasProfileBackground 'has-background' 'no-background'}}" >
{{#unless collapsedInfo}}
<div class="user-profile-image" style={{model.profileBackground}}></div>
{{#if showStaffCounters}}
<div class='staff-counters'>
{{#if model.number_of_flags_given}}
@ -35,6 +34,7 @@
{{/if}}
</div>
{{/if}}
<div class="user-profile-image" style={{model.profileBackground}}></div>
{{/unless}}
<div class='details'>

View File

@ -205,10 +205,6 @@
}
}
.staff-counters {
margin-bottom: 20px;
}
.user-field {
input[type="text"] {
width: 530px;

View File

@ -274,10 +274,6 @@
}
}
.staff-counters {
margin-bottom: s(4);
}
.user-right {
&,
> .user-stream {