UX: Make sure there's always a margin on badges page (#13693)

This commit is contained in:
Jarek Radosz 2021-07-14 07:45:26 +02:00 committed by GitHub
parent c3045e6828
commit a2425487b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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}}

View File

@ -420,6 +420,10 @@
}
}
.user-badges {
margin-bottom: 2em;
}
.stats-title {
text-transform: uppercase;
margin-bottom: 10px;

View File

@ -261,10 +261,6 @@
width: 100%;
}
.user-badges {
margin-bottom: 2em;
}
.user-preferences {
padding-bottom: 2em;