mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-08 04:28:18 +00:00
b172ef11c4
This PR adds new reports for displaying information about post sentiments grouped by date and emotions group by TL. Depends on discourse/discourse#24274
17 lines
291 B
SCSS
17 lines
291 B
SCSS
.dashboard.dashboard-sentiment {
|
|
.sentiment {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.navigation-item.sentiment {
|
|
border-bottom: 0.4em solid var(--tertiary);
|
|
}
|
|
|
|
.charts {
|
|
display: grid;
|
|
grid-template-columns: repeat(12, 1fr);
|
|
grid-column-gap: 1em;
|
|
grid-row-gap: 1em;
|
|
}
|
|
}
|