fix: align thinking and tool status text in blocks
This commit is contained in:
parent
83e037c526
commit
9d8beacc8d
@ -611,6 +611,16 @@
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
width: 20px;
|
||||
min-width: 20px;
|
||||
height: 20px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.captured-status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user