mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
UX: Make sure there's always a margin on badges page (#13693)
This commit is contained in:
parent
c3045e6828
commit
a2425487b2
|
@ -51,7 +51,7 @@
|
|||
|
||||
{{#unless canLoadMore}}
|
||||
{{#if canShowOthers}}
|
||||
<div class="clearfix">
|
||||
<div>
|
||||
<a id="show-others-with-badge-link" href={{model.url}} class="btn btn-default">{{i18n "badges.others_count" count=othersCount}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -420,6 +420,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-badges {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.stats-title {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 10px;
|
||||
|
|
|
@ -261,10 +261,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.user-badges {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.user-preferences {
|
||||
padding-bottom: 2em;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user