Add chart styling
This commit is contained in:
7
src/css/Chart.css
Normal file
7
src/css/Chart.css
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
.chart {
|
||||||
|
margin-bottom: -12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-title {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
@@ -3,7 +3,6 @@
|
|||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 24px;
|
|
||||||
row-gap: 8px;
|
row-gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -19,3 +18,19 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.history-sections {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-sections > div {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.historical-user-stats-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
column-gap: 48px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user