Move monitor host-status chevron to the right edge.

Align the server-status disclosure arrow with the common right-side fold pattern.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 11:07:41 +08:00
parent 8842f0b869
commit ee9608dc80
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -838,16 +838,17 @@ button:disabled {
display: none;
}
.host-status-summary::before {
content: "";
.host-status-summary::after {
content: "";
color: var(--muted);
font-size: 11px;
transition: transform 0.15s ease;
font-size: 12px;
margin-left: auto;
flex-shrink: 0;
transition: transform 0.15s ease;
}
.host-status-panel[open] > .host-status-summary::before {
transform: rotate(90deg);
.host-status-panel[open] > .host-status-summary::after {
transform: rotate(180deg);
}
.host-status-summary-title {