feature: Adjust machine info style and machine list sort

This commit is contained in:
Keith Solomon
2026-03-08 16:05:26 -05:00
parent 5a35a7158b
commit a16014ca47
2 changed files with 36 additions and 3 deletions

View File

@@ -179,11 +179,15 @@ button {
.right-stack {
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-rows: auto 1fr;
gap: 12px;
min-height: 0;
}
.detail-pane {
align-self: start;
}
.machine-info, .ports-list {
padding: 14px;
overflow: auto;
@@ -252,8 +256,8 @@ summary {
}
.right-stack {
grid-template-rows: 1fr 1fr;
min-height: 500px;
grid-template-rows: auto minmax(260px, 1fr);
min-height: 0;
}
.toolbar { min-width: 0; }