前端ui
This commit is contained in:
@@ -493,18 +493,62 @@ button:disabled {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.grid-monitor.grid-monitor-expanded {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
max-width: 720px;
|
||||
.card-expand-zone {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.card-expand-zone:hover .card-title {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
body.hub-fullscreen-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.exchange-fullscreen {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 150;
|
||||
background: rgba(2, 6, 12, 0.92);
|
||||
backdrop-filter: blur(6px);
|
||||
overflow: auto;
|
||||
padding: 16px 20px 24px;
|
||||
}
|
||||
|
||||
.exchange-fullscreen-panel {
|
||||
max-width: 820px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.card.card-expanded {
|
||||
grid-column: 1 / -1;
|
||||
.fs-head {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
margin-bottom: 16px;
|
||||
padding-bottom: 12px;
|
||||
border-bottom: 1px solid var(--border-soft);
|
||||
}
|
||||
|
||||
.card-expand-hit {
|
||||
cursor: pointer;
|
||||
.fs-title {
|
||||
margin: 0;
|
||||
font-family: var(--display);
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.fs-sub {
|
||||
font-size: 11px;
|
||||
color: var(--muted);
|
||||
margin-top: 4px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.fs-head-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.card-expand-hint {
|
||||
|
||||
Reference in New Issue
Block a user