make badges work better on mobile

This commit is contained in:
Jeff Atwood 2016-03-26 01:30:20 -07:00
parent b83861325e
commit 04f68f6277
1 changed files with 11 additions and 4 deletions

View File

@ -179,12 +179,9 @@
} }
.user-content { .user-content {
padding: 10px 8px;
background-color: $secondary; background-color: $secondary;
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
margin-bottom: 10px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 20px; margin-top: 10px;
.btn.right { .btn.right {
float: right float: right
@ -600,3 +597,13 @@
.notification-buttons { .notification-buttons {
display: inline-block; display: inline-block;
} }
// mobile fixups for badges
.badge-card.medium {
width: 300px;
}
.show-badge-details .badge-grant-info {
display: none;
}