mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 15:31:08 +00:00
style: polishing and consistency
This commit is contained in:
parent
5e8d6b1c7d
commit
f0126a6ef8
12 changed files with 54 additions and 34 deletions
|
|
@ -1,6 +1,11 @@
|
|||
.ace_scrollbar-v {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#json-viewer-container{
|
||||
width: 100%;
|
||||
height: 60vh;
|
||||
height: 71vh;
|
||||
border-radius: 0.4rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
@ -27,4 +32,5 @@
|
|||
|
||||
#viewer {
|
||||
overflow: hidden;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue