Narrowed chart bars a bit, fix GH-195

This commit is contained in:
krateng 2023-02-25 21:58:50 +01:00
parent 073448257a
commit c3ed5f318d
1 changed files with 2 additions and 2 deletions

View File

@ -716,7 +716,7 @@ table.list td.amount {
text-align:right;
}
table.list td.bar {
width:500px;
width:400px;
/* background-color: var(--base-color); */
/* Remove 5er separators for bars */
/*border-color:rgba(0,0,0,0)!important;*/
@ -734,7 +734,7 @@ table.list tr:hover td.bar div {
}
table.list td.chart {
width:500px;
width:400px;
/* background-color: var(--base-color); */
/* Remove 5er separators for bars */
/*border-color:rgba(0,0,0,0)!important;*/