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

View File

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

View File

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