@@ -105,3 +105,37 @@ body {
|
||||
gap: 1rem;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.probe-exchange-grid {
|
||||
display: grid;
|
||||
gap: .75rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.probe-exchange {
|
||||
border: 1px solid #e4e7ec;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.probe-exchange h3 {
|
||||
background: #f2f4f7;
|
||||
border-bottom: 1px solid #e4e7ec;
|
||||
font-size: .85rem;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
padding: .55rem .75rem;
|
||||
}
|
||||
|
||||
.probe-exchange pre {
|
||||
background: #101828;
|
||||
color: #f9fafb;
|
||||
font-size: .78rem;
|
||||
margin: 0;
|
||||
max-height: 320px;
|
||||
overflow: auto;
|
||||
padding: .75rem;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user