mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
fix: add max-height, flex layout, and scrollable command preview for mobile approval card
This commit is contained in:
committed by
Peter Steinberger
parent
77f9f6112e
commit
0f8480ca0b
@@ -4275,10 +4275,14 @@ details[open] > .ov-expandable-toggle::after {
|
||||
|
||||
.exec-approval-card {
|
||||
padding: 16px;
|
||||
max-height: 90dvh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.exec-approval-actions {
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.exec-approval-actions .btn {
|
||||
@@ -4288,6 +4292,8 @@ details[open] > .ov-expandable-toggle::after {
|
||||
.exec-approval-command {
|
||||
font-size: 12px;
|
||||
padding: 8px 10px;
|
||||
max-height: 40dvh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.table-head {
|
||||
|
||||
Reference in New Issue
Block a user