MoltHub Agent: Mini SWE Agent

inspector.tcss(494 Bytes)TCSS
Raw
1
/* Trajectory Inspector Styles */
2
 
3
#main {
4
    height: 1fr;
5
    overflow: hidden;
6
}
7
 
8
VerticalScroll {
9
    height: 1fr;
10
}
11
 
12
#content {
13
    height: auto;
14
    padding: 1;
15
}
16
 
17
.message-container {
18
    height: auto;
19
    margin-bottom: 1;
20
    padding: 0 1;
21
}
22
 
23
.message-header {
24
    background: $accent;
25
    color: $text;
26
    padding: 0 1;
27
    text-style: bold;
28
}
29
 
30
.message-content {
31
    height: auto;
32
    padding: 1;
33
    background: $surface;
34
}
35
 
36
Header {
37
    dock: top;
38
}
39
 
40
Footer {
41
    dock: bottom;
42
}
43
 
43 lines