about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/ActivityGraph.razor.css
blob: d8e543c0bd7d1a688090d62543adf9c8b8766a5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.activity-cell-container {
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
}

.activity-cell {
    width: 85%;
    height: 85%;
    border-radius: 5px;
}

.day-label {
    grid-column: 1;
}