Page MenuHomePhorge

chat-message-list.css
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

chat-message-list.css

div.container {
margin-left: 400px;
height: calc(100% - 62px);
background-color: white;
display: flex;
flex-direction: column;
}
div.messageContainer {
flex-grow: 1;
flex: 1;
overflow-y: auto;
display: flex;
flex-direction: column-reverse;
}
div.messageContainer > div {
transform: translateZ(0);
}
div.inputBar {
display: flex;
flex-direction: column;
}
div.inputBarTextInput {
display: flex;
padding: 10px;
align-items: center;
flex-shrink: 0;
}
div.inputBarTextInput > textarea {
flex-grow: 1;
border: none;
font-family: sans-serif;
font-size: 15px;
line-height: 15px;
width: 100%;
resize: none;
padding-right: 20px;
min-height: 17px;
}
div.inputBarTextInput > textarea:focus {
outline: none;
}
a.send {
display: flex;
align-items: center;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #555555;
cursor: pointer;
}
svg.sendButton {
padding-left: 8px;
font-size: 24px;
color: #88BB88;
}
div.joinButtonContainer > a {
margin: 3px 12px;
padding: 3px 0 5px 0;
display: flex;
background-color: #44CC99;
border-radius: 5px;
justify-content: center;
cursor: pointer;
}
span.joinButtonText {
font-size: 18px;
color: white;
text-align: center;
}
span.explanation {
color: #777777;
text-align: center;
padding-top: 4px;
padding-bottom: 8px;
}
div.loading {
text-align: center;
padding: 12px;
}
div.conversationHeader {
text-transform: uppercase;
color: #777777;
font-size: 14px;
padding: 7px 0;
text-align: center;
}
div.conversationHeader:last-child {
padding-top: 6px;
}
div.robotext {
text-align: center;
color: #333333;
padding: 6px 0;
margin: 0 24px 5px 24px;
font-Size: 15px;
cursor: pointer;
}
div.textMessage {
padding: 6px 12px;
margin: 0 4px 0 12px;
cursor: pointer;
}
div.normalTextMessage {
font-size: 16px;
font-family: sans-serif;
}
div.emojiOnlyTextMessage {
font-size: 32px;
font-family: sans-serif;
}
span.authorName {
color: #777777;
font-size: 14px;
padding: 4px 24px;
}
div.content {
display: flex;
flex-shrink: 0;
align-items: center;
margin-bottom: 5px;
}
div.nonViewerContent {
align-self: flex-start;
margin-right: 8px;
}
div.viewerContent {
align-self: flex-end;
margin-right: 4px;
}
div.iconContainer {
margin-right: 1px;
}
div.iconContainer > svg {
height: 16px;
}
div.failedSend {
text-transform: uppercase;
display: flex;
justify-content: flex-end;
flex-shrink: 0;
font-size: 14px;
margin-right: 30px;
padding-bottom: 6px;
}
span.deliveryFailed {
padding: 0 3px;
color: #555555;
}
a.retrySend {
padding: 0 3px;
color: #036AFF;
cursor: pointer;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 7:55 AM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834117
Default Alt Text
chat-message-list.css (2 KB)

Event Timeline