mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Narrowed chart bars a bit, fix GH-195
This commit is contained in:
parent
073448257a
commit
c3ed5f318d
@ -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;*/
|
||||
|
Loading…
Reference in New Issue
Block a user