Make bump session button pretty

This commit is contained in:
2021-04-30 16:56:04 +02:00
parent a680c4abaa
commit 766fd30842
10 changed files with 192 additions and 101 deletions

View File

@ -1,6 +1,9 @@
.cal {
display: flex;
flex-direction: row;
flex-direction: row-reverse;
overflow-y: auto;
max-width: max-content;
padding-left: 2rem;
}
.cal_col {