css modifications for tables and charts

This commit is contained in:
Sam 2024-11-07 21:37:53 +00:00
parent 537cfdee1b
commit 99ee771417
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/* Charts */ /* Charts */
.chart-container { .chart-container {
display: flex; display: flex;
height: 300px; /* height: 600px; */
aspect-ratio: 1 / 1;
} }
.chart { .chart {

View File

@ -4,6 +4,10 @@
overflow-y: auto; overflow-y: auto;
} }
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
content: " \25B4\25BE"
}
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;