telegram-tui/styles.tcss

38 lines
310 B
Plaintext

#chats {
width: 30%;
}
#dialog {
width: 70%;
}
Chat {
height: 3;
}
Rule {
color: #FFFFFF;
}
.message {
height: 3;
padding: 1;
}
Message {
height: auto;
width: auto;
}
Message Container {
height: auto;
}
#input_place {
height: 3;
}
#msg_input {
width: 70%;
}