about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/ActivityGraph.razor.css
blob: b5c01bd12c831aa9fde36bb30c92870ff50dd495 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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;
}

.activity-graph {
    width: fit-content;
    grid-template-columns: 35px repeat(55, 1.5em) !important;
    padding: 0.75rem;
}