fix(ui): Add loading state and min-height for status-content
Added loading indicator text and min-height CSS for #status-content to prevent the empty card appearance when status panel first opens.
This commit is contained in:
@@ -1232,6 +1232,17 @@ body {
|
||||
box-shadow: 0 2px 4px var(--shadow);
|
||||
}
|
||||
|
||||
#status-content {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.status-loading {
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.status-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user