discourse/app/assets/stylesheets/admin/admin_reports.scss
2025-07-28 16:17:06 -05:00

40 lines
628 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 .chart-canvas {
height: 400px;
}
}
.mobile-view .admin-reports {
.admin-report {
.body {
flex-direction: column;
.filters {
order: 0;
margin: 0;
width: 100%;
}
.main {
order: 2;
}
.report-alert {
margin: 0;
order: 1;
flex: 1 0 0px;
padding: 1em;
}
}
}
}