mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:42:53 +08:00
FIX: minor alignment fix for mobile small-actions (#18853)
This commit is contained in:
parent
d446ad3290
commit
3ff18f2b3c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user