change ui

This commit is contained in:
Julian Freeman
2026-03-03 11:23:26 -04:00
parent 39e36fb4e1
commit ba7aa8cc22

View File

@@ -607,7 +607,7 @@ body {
height: 100%;
}
.page-container { max-width: 800px; margin: 0 auto; padding-bottom: 60px; transition: max-width 0.4s ease; }
.page-container { max-width: 800px; margin: 0 auto; padding-bottom: 10px; transition: max-width 0.4s ease; }
.page-container.full-width { max-width: 1400px; }
.page-header { margin-bottom: 40px; text-align: center; }
.page-header h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: var(--text-main); }
@@ -829,13 +829,17 @@ body {
flex: 2;
display: flex;
align-items: center;
font-weight: 500;
min-width: 0;
}
.node-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 500;
text-overflow: ellipsis;
flex: 1;
}
.col-size { width: 100px; text-align: right; font-weight: 600; color: var(--text-main); }
.col-graph { width: 180px; display: flex; align-items: center; gap: 12px; padding-left: 32px; }
.col-size { width: 100px; text-align: right; font-weight: 600; color: var(--text-main); flex-shrink: 0; }
.col-graph { width: 180px; display: flex; align-items: center; gap: 12px; padding-left: 32px; flex-shrink: 0; }
.mini-bar-bg { flex: 1; height: 6px; background: #F0F0F2; border-radius: 3px; overflow: hidden; }
.mini-bar-fill {