chat list style

This commit is contained in:
Martti Malmi 2020-01-30 10:45:47 +02:00
parent cdd59d171b
commit 2ae348f0d9

View File

@ -359,6 +359,9 @@ header #back-button {
cursor: pointer; cursor: pointer;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 72px;
align-items: stretch;
margin-top: -1px;
} }
.chat-item .identicon-container, header .identicon-container { .chat-item .identicon-container, header .identicon-container {
@ -368,13 +371,13 @@ header #back-button {
} }
.chat-item .text { .chat-item .text {
padding: 15px 5px 15px 0px; padding-right: 5px;
border-bottom: 1px solid #efefef; padding-top: 16px;
border-bottom: 1px solid #f3f3f3;
} }
.chat-item .text, header .text { .chat-item .text, header .text {
flex: 1; flex: 1;
align-self: center;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -416,7 +419,7 @@ small {
} }
.chat-item.new { .chat-item.new {
padding: 22px 15px; align-items: center;
} }
#new-chat input { #new-chat input {