|
|
|
@ -401,6 +401,7 @@ img.emoji {
|
|
|
|
|
width: 300px;
|
|
|
|
|
border-right: solid 1px #ddd; }
|
|
|
|
|
.gutter .conversations {
|
|
|
|
|
height: calc(100% - 36px);
|
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
|
|
.socket-status {
|
|
|
|
@ -429,6 +430,7 @@ img.emoji {
|
|
|
|
|
.conversation-stack .conversation:first-child {
|
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
|
|
.tool-bar,
|
|
|
|
|
.conversation-header {
|
|
|
|
|
background: #f3f3f3;
|
|
|
|
|
border-bottom: solid 1px #d9d9d9; }
|
|
|
|
@ -449,25 +451,17 @@ input.search {
|
|
|
|
|
margin: 0;
|
|
|
|
|
outline: 0; }
|
|
|
|
|
|
|
|
|
|
.fab {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 215px;
|
|
|
|
|
bottom: 22px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
.tool-bar button.show-new-conversation {
|
|
|
|
|
float: right;
|
|
|
|
|
height: 36px;
|
|
|
|
|
width: 36px;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
outline: 0;
|
|
|
|
|
font: 300 36px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
|
color: white;
|
|
|
|
|
background: #2090ea url("/images/pencil.png") no-repeat center center;
|
|
|
|
|
box-shadow: 0 8px 8px -8px rgba(1, 6, 10, 0.8);
|
|
|
|
|
transition: box-shadow 0.33s, transform 0.33s, background 0.33s; }
|
|
|
|
|
.fab:hover {
|
|
|
|
|
background-color: #1689e5;
|
|
|
|
|
box-shadow: 0 8px 18px -8px rgba(1, 6, 10, 0.9);
|
|
|
|
|
transform: translate3d(0, -1px, 0); }
|
|
|
|
|
background: url("/images/pencil.png") no-repeat center center; }
|
|
|
|
|
.tool-bar button.show-new-conversation:hover {
|
|
|
|
|
background-color: #ebebeb; }
|
|
|
|
|
|
|
|
|
|
.last-timestamp {
|
|
|
|
|
font-size: smaller; }
|
|
|
|
|