mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Make sure there's always a margin on badges page (#13693)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user