mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Large widths, weird button floating on badge view
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
|
||||
{{#unless canLoadMore}}
|
||||
{{#if user}}
|
||||
{{log model}}
|
||||
<div class='clearfix'>
|
||||
<a class='btn' href='{{model.url}}'>{{i18n 'badges.others_count' count=model.grant_count}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
||||
@@ -136,14 +136,14 @@
|
||||
}
|
||||
|
||||
.user-info.medium {
|
||||
width: 550px;
|
||||
width: 480px;
|
||||
min-height: 60px;
|
||||
|
||||
.user-image {
|
||||
width: 55px;
|
||||
}
|
||||
.user-detail {
|
||||
width: 450px;
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.username, .name {
|
||||
|
||||
Reference in New Issue
Block a user