mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 06:28:03 +08:00
Moving staff counters back to the top of profiles
This commit is contained in:
parent
a2e6a8a51e
commit
9603c906ec
|
@ -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'>
|
||||||
|
|
|
@ -205,10 +205,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.staff-counters {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-field {
|
.user-field {
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
width: 530px;
|
width: 530px;
|
||||||
|
|
|
@ -274,10 +274,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.staff-counters {
|
|
||||||
margin-bottom: s(4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-right {
|
.user-right {
|
||||||
&,
|
&,
|
||||||
> .user-stream {
|
> .user-stream {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user