mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Topic map styling for PMs (#28084)
This commit is contained in:
parent
7cc0f26292
commit
9b3f7d2b99
@ -14,6 +14,20 @@
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:not(.archetype-private_message) {
|
||||||
|
.topic-map {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
&:has(.topic-map__additional-contents *) {
|
||||||
|
column-gap: 0.75em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.topic-map {
|
.topic-map {
|
||||||
// both topic maps
|
// both topic maps
|
||||||
--chart-line-color: var(--tertiary);
|
--chart-line-color: var(--tertiary);
|
||||||
@ -37,15 +51,6 @@
|
|||||||
padding-left: calc(
|
padding-left: calc(
|
||||||
var(--topic-body-width-padding) + var(--topic-avatar-width)
|
var(--topic-body-width-padding) + var(--topic-avatar-width)
|
||||||
);
|
);
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
&:has(.topic-map__additional-contents *) {
|
|
||||||
column-gap: 0.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.--users-summary {
|
.--users-summary {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user