mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: minor alignment fix for mobile small-actions (#18853)
This commit is contained in:
@@ -342,6 +342,18 @@ span.highlighted {
|
||||
/* must render on top of topic-body + topic-meta-data, otherwise not tappable */
|
||||
}
|
||||
|
||||
.small-action .topic-avatar {
|
||||
display: flex;
|
||||
align-self: stretch;
|
||||
align-items: flex-start;
|
||||
margin-right: 0;
|
||||
float: unset;
|
||||
height: auto;
|
||||
.d-icon {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-meta-data {
|
||||
margin-left: 50px;
|
||||
font-size: var(--font-down-1);
|
||||
|
||||
Reference in New Issue
Block a user