Onionr/onionr/static-data/www/chat/css/convos.css

33 lines
421 B
CSS
Raw Normal View History

2019-07-27 07:29:16 +00:00
.conversationList li{
list-style: none;
padding-top: 1em;
}
.convoListContainer{
margin-left: 1%;
2019-07-27 21:56:06 +00:00
border-radius: 5px;
border: 1px solid black;
overflow-y: scroll;
}
.chatContent{
padding-right: 5%;
}
.connectStatus{
float: right;
2019-08-18 20:10:28 +00:00
}
.friendsTitle{
text-align: center;
display: block;
}
.chatInput{
position: fixed;
bottom: 0;
}
.chatInput textarea{
resize: none;
2019-07-27 07:29:16 +00:00
}