right align all disk config buttons

This commit is contained in:
2023-01-12 15:26:45 -08:00
parent 24351ded1e
commit b0b3698258
3 changed files with 12 additions and 2 deletions

View File

@@ -73,4 +73,11 @@ hr {
width: 100%;
border: none;
border-top: solid white 1px;
}
.last-item {
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}