mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06:00
fixing reply-tab bug and user profile background adjustment
This commit is contained in:
parent
37a9164fa0
commit
1524612719
@ -5,7 +5,7 @@
|
||||
|
||||
<div class="container">
|
||||
<section class='user-main'>
|
||||
<section {{bind-attr class="collapsedInfo :about profileBackground:has-background:no-background"}}>
|
||||
<section {{bind-attr class="collapsedInfo :about profileBackground:has-background:no-background"}} {{bind-attr style="profileBackground"}}>
|
||||
<div class='staff-counters'>
|
||||
{{#if number_of_flags_given}}
|
||||
<div><span class="helpful-flags">{{number_of_flags_given}}</span> {{i18n user.staff_counters.flags_given}}</div>
|
||||
@ -31,7 +31,7 @@
|
||||
<div><span class="warnings-received">{{number_of_warnings}}</span> {{i18n user.staff_counters.warnings_received}}</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class='profile-image' {{bind-attr style="profileBackground"}}></div>
|
||||
<div class='profile-image'></div>
|
||||
<div class='details'>
|
||||
<div class='primary'>
|
||||
{{bound-avatar model "huge"}}
|
||||
|
@ -37,10 +37,6 @@ h1 .topic-statuses .topic-status i {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
|
||||
.via-email .reply-to-tab {
|
||||
padding: 13px 15px 5px;
|
||||
}
|
||||
|
||||
.gutter {
|
||||
.reply-new {
|
||||
.discourse-no-touch & {
|
||||
|
@ -182,8 +182,8 @@
|
||||
}
|
||||
|
||||
.about {
|
||||
background-size: 1110px 250px;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user