right align all disk config buttons

This commit is contained in:
Arthur Lu
2023-01-12 15:26:45 -08:00
parent 68146260ed
commit 39cce60fc0
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;
}