Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions webview-ui/src/diagnostics_panel/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,19 @@ main {
text-align: right;
}

.minecraft-entity-system-count-badge {
display: flex;
align-items: center;
height: 57px; /* Forces the Entity and Systems charts to be visually aligned */
}

.minecraft-entity-system-count-badge-content {
font-style: italic;
padding: 5px;
border-radius: 5px;
background: color-mix(in srgb, var(--vscode-list-activeSelectionBackground) 33%, var(--vscode-editor-background));
}

.minecraft-grouped-statistic-table-root {
width: 100%;
}
Expand Down Expand Up @@ -320,6 +333,12 @@ main {
width: 90px;
}

.minecraft-grouped-statistic-table-grid-select {
text-align: center !important;
width: 72px;
padding: 6px 4px !important;
}

.minecraft-grouped-statistic-table-grid-pin {
text-align: center !important;
width: 34px;
Expand Down Expand Up @@ -363,6 +382,10 @@ main {
background: color-mix(in srgb, var(--vscode-list-highlightForeground) 12%, var(--vscode-editor-background));
}

.minecraft-grouped-statistic-row-selected {
box-shadow: inset 3px 0 0 var(--vscode-focusBorder);
}

.minecraft-profiler-flame-stream-root {
width: 100%;
display: flex;
Expand Down
Loading
Loading