mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 19:26:10 +00:00
21 lines
156 B
Plaintext
21 lines
156 B
Plaintext
#chats {
|
|
width: 30%;
|
|
}
|
|
|
|
#dialog {
|
|
width: 70%;
|
|
}
|
|
|
|
Chat {
|
|
height: 3;
|
|
}
|
|
|
|
Rule {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.message {
|
|
height: 3;
|
|
padding: 1;
|
|
}
|