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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user