mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 11:20:31 +00:00
48 lines
418 B
Plaintext
48 lines
418 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;
|
|
width: 70%;
|
|
align-horizontal: center;
|
|
}
|
|
|
|
#msg_input {
|
|
width: 65%;
|
|
}
|
|
|
|
#send {
|
|
|
|
}
|
|
|
|
#auth_container{
|
|
align: center middle;
|
|
}
|