mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
UX: adjust onebox styles for chat, title line-height (#25249)
This commit is contained in:
@ -31,9 +31,18 @@ $max_image_height: 150px;
|
||||
|
||||
@container (width < 400px) {
|
||||
.onebox-body {
|
||||
&:not(:has(.thumbnail.onebox-avatar)) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.thumbnail.onebox-avatar {
|
||||
display: none;
|
||||
}
|
||||
.aspect-image {
|
||||
margin-right: 0;
|
||||
max-width: 100%;
|
||||
+ h3 {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
Reference in New Issue
Block a user