UX: improve mobile event badge positioning (#156)
This commit is contained in:
@@ -719,3 +719,16 @@ body.user-messages-page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-view {
|
||||||
|
.link-top-line .event-date-container {
|
||||||
|
display: inline;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic-list-body .topic-list-item .link-top-line .event-date {
|
||||||
|
position: relative;
|
||||||
|
margin-left: 0;
|
||||||
|
top: -0.125em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user