mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
make badges work better on mobile
This commit is contained in:
parent
b83861325e
commit
04f68f6277
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user