mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 02:52:01 +08:00
This PR promotes the `reporting_improvements` upcoming change to the default for all admins and removes the flag.
15 lines
293 B
SCSS
Vendored
15 lines
293 B
SCSS
Vendored
.admin-reports {
|
|
.admin-report {
|
|
width: 100%;
|
|
|
|
.report-header {
|
|
padding-bottom: 0.5em;
|
|
margin-bottom: 1em;
|
|
border-bottom: 1px solid var(--content-border-color);
|
|
}
|
|
}
|
|
|
|
.admin-report-chart .chart-canvas-container {
|
|
height: clamp(200px, 50vh, 350px);
|
|
}
|
|
}
|