|
|
|
@ -119,8 +119,9 @@ button.back {
|
|
|
|
|
|
|
|
|
|
.file-input {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
margin-right: 10px; }
|
|
|
|
|
.file-input .choose-file {
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.file-input .paperclip {
|
|
|
|
|
width: 36px;
|
|
|
|
|
height: 100%;
|
|
|
|
@ -141,9 +142,9 @@ button.back {
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
color: white;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: -8px;
|
|
|
|
|
cursor: default;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 2px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
@ -285,11 +286,10 @@ img.emoji {
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
|
|
.attachment-preview {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: white; }
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative; }
|
|
|
|
|
.attachment-preview img {
|
|
|
|
|
width: 100%; }
|
|
|
|
|
max-width: 100%; }
|
|
|
|
|
|
|
|
|
|
.new-conversation .recipients-input .recipients::before {
|
|
|
|
|
content: 'To: '; }
|
|
|
|
@ -555,8 +555,6 @@ input.search {
|
|
|
|
|
.conversation {
|
|
|
|
|
height: calc(100% - 20px);
|
|
|
|
|
border-radius: 10px; }
|
|
|
|
|
.conversation .file-input .close {
|
|
|
|
|
top: -10px; }
|
|
|
|
|
.conversation .discussion-container {
|
|
|
|
|
height: calc(100% - 2 * 36px - 60px); }
|
|
|
|
|
|
|
|
|
@ -876,12 +874,24 @@ input.search {
|
|
|
|
|
outline: 0;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
background: transparent; }
|
|
|
|
|
.bottom-bar .attachments {
|
|
|
|
|
.bottom-bar .attachment-previews {
|
|
|
|
|
padding: 0 36px; }
|
|
|
|
|
.bottom-bar .attachment-previews .attachment-preview {
|
|
|
|
|
padding: 13px 10px 0; }
|
|
|
|
|
.bottom-bar .attachment-previews img {
|
|
|
|
|
border: 2px solid #ddd;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
max-height: 100px; }
|
|
|
|
|
.bottom-bar .attachment-previews .close {
|
|
|
|
|
background: #999; }
|
|
|
|
|
.bottom-bar .attachment-previews .close:hover {
|
|
|
|
|
background: #616161; }
|
|
|
|
|
.bottom-bar .choose-file {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 100%; }
|
|
|
|
|
height: 36px; }
|
|
|
|
|
.bottom-bar .send-btn {
|
|
|
|
|
float: right;
|
|
|
|
|
height: 100%;
|
|
|
|
|
height: 36px;
|
|
|
|
|
width: 36px;
|
|
|
|
|
border: none;
|
|
|
|
|
outline: none;
|
|
|
|
|