File tree Expand file tree Collapse file tree
routes/chat/[agentId]/[conversationId] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </script >
1818
1919<ul
20- class =" {disableDefaultStyles ? ' ' : ' nav nav-tabs nav-container' } {containerClasses }"
20+ class =" {disableDefaultStyles ? ' ' : ' nav nav-tabs nav-tabs-custom nav-justified nav- container' } {containerClasses }"
2121 style ={` ${containerStyles } ` }
2222 id ={id }
2323 role ={role }
Original file line number Diff line number Diff line change 9191 width: 100 % ;
9292 height: 100 % ;
9393 border: none ! important;
94- color: white ! important;
95- background- color: var (-- bs- secondary);
94+ color: white;
9695 font- weight: 500 ;
97- font- size: 1 .2em ;
9896 }
9997
10098 .tab - btn .active {
101- background - color: var (-- bs- primary) ! important ;
99+ color: var (-- bs- primary);
102100 }
103101< / style>
Original file line number Diff line number Diff line change 350350 }
351351
352352 .log-header {
353- flex : 5 % ;
353+ flex : 2 % ;
354354 }
355355
356356 .log-content {
357- flex : 90%
357+ flex : 96%
358+ }
359+
360+ .log-footer {
361+ flex : 2% ;
362+ }
363+
364+ .nav-group {
365+ margin : 0px 3px ;
358366 }
359367
360368 .padding-side {
371379 background-color : black ;
372380
373381 .log-close-btn {
374- margin-top : 1.2rem ;
382+ margin-top : 1rem ;
383+ margin-bottom : 0.5rem ;
375384 position : sticky ;
376385 display : flex ;
377386 justify-content : space-between ;
Original file line number Diff line number Diff line change 137137 </ul >
138138 </div >
139139
140- <div class =" log-header " >
140+ <div class =" log-footer nav-group " >
141141 <NavBar id ={' content-log-container' }>
142142 <NavItem
143143 navBtnId ={' content-log-tab' }
Original file line number Diff line number Diff line change 134134 </ul >
135135 </div >
136136
137- <div class =" log-header " >
137+ <div class =" log-footer nav-group " >
138138 <NavBar id ={' state-log-container' }>
139139 <NavItem
140140 navBtnId ={' conv-state-log-tab' }
You can’t perform that action at this time.
0 commit comments