Metrics bar styling.

This commit is contained in:
Mike Cao 2024-05-23 00:58:31 -07:00
parent df66acaacf
commit 24af06f3aa
7 changed files with 16 additions and 8 deletions

View file

@ -11,9 +11,8 @@
.actions {
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-end;
flex-direction: column;
align-items: flex-end;
gap: 10px;
flex-wrap: wrap;
}