FIX: minor alignment fix for mobile small-actions (#18853)

This commit is contained in:
Kris 2022-11-02 20:43:13 -04:00 committed by GitHub
parent d446ad3290
commit 3ff18f2b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);