File size: 158 Bytes
d5bfab8
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#prompt-reply-textarea {
    width: 100%;
    height: 50%;
    font-size: large;
}

.split-screen {
    display: flex;
}

.split-screen-half {
    flex: 1;
}