FIX: Topic map styling for PMs (#28084)

This commit is contained in:
Jan Cernik 2024-07-25 16:10:17 -03:00 committed by GitHub
parent 7cc0f26292
commit 9b3f7d2b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 9 deletions

View File

@ -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 {
// both topic maps
--chart-line-color: var(--tertiary);
@ -37,15 +51,6 @@
padding-left: calc(
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 {
display: flex;