You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
690 lines
11 KiB
SCSS
690 lines
11 KiB
SCSS
.conversation {
|
|
background-color: $color-white;
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
.panel,
|
|
.panel-wrapper {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.panel {
|
|
.container {
|
|
padding-top: 20px;
|
|
max-width: 750px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|
|
.main.panel,
|
|
.panel-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
overflow: initial;
|
|
}
|
|
|
|
.conversation-content-left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.main.panel {
|
|
@include themify($themes) {
|
|
border-top: themed('borderActionPanel');
|
|
border-left: themed('borderActionPanel');
|
|
}
|
|
|
|
.discussion-container {
|
|
flex-grow: 1;
|
|
position: relative;
|
|
max-width: 100%;
|
|
margin: 0;
|
|
|
|
.bar-container {
|
|
height: 5px;
|
|
}
|
|
|
|
.message-list {
|
|
-webkit-padding-start: 0px;
|
|
position: absolute;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 10px 0 0 0;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.message-detail-wrapper {
|
|
height: calc(100% - 48px);
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.discussion-container {
|
|
background-color: $color-white;
|
|
}
|
|
|
|
.key-verification {
|
|
label {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: $font-size-small;
|
|
}
|
|
|
|
.icon {
|
|
height: 1.25em;
|
|
width: 1.25em;
|
|
vertical-align: text-bottom;
|
|
display: inline-block;
|
|
|
|
&.verified {
|
|
@include color-svg('../images/verified-check.svg', $color-light-90);
|
|
}
|
|
&.shield {
|
|
@include color-svg('../images/shield.svg', $color-light-90);
|
|
}
|
|
}
|
|
|
|
.key,
|
|
.placeholder {
|
|
padding: 0 1em;
|
|
-webkit-user-select: text;
|
|
}
|
|
.key {
|
|
font-family: monospace;
|
|
padding: 10px;
|
|
margin: 20px auto 20px auto;
|
|
width: 16em;
|
|
background: $grey_l;
|
|
border: solid 1px $grey_l2;
|
|
border-radius: $border-radius;
|
|
}
|
|
.placeholder {
|
|
font-weight: bold;
|
|
}
|
|
.qr {
|
|
border-radius: 200px;
|
|
border: solid 1px $grey_l2;
|
|
width: 150px;
|
|
height: 150px;
|
|
text-align: center;
|
|
padding: 25px;
|
|
margin: 10px auto;
|
|
canvas {
|
|
display: none;
|
|
}
|
|
img {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.summary {
|
|
margin: 30px 0 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
div.verify {
|
|
text-align: center;
|
|
}
|
|
button.verify {
|
|
border-radius: 5px;
|
|
font-weight: bold;
|
|
padding: 10px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.message-container,
|
|
.message-list {
|
|
list-style: none;
|
|
|
|
li {
|
|
margin-bottom: 2px;
|
|
|
|
&::after {
|
|
visibility: hidden;
|
|
display: block;
|
|
font-size: 0;
|
|
content: ' ';
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.module-message__check-box {
|
|
color: rgb(97, 97, 97);
|
|
font-size: 20px;
|
|
padding: 4px;
|
|
user-select: none;
|
|
display: inline;
|
|
}
|
|
|
|
.check-box-container {
|
|
// background-color: blue;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.check-box-selected {
|
|
opacity: 1;
|
|
}
|
|
|
|
.loki-message-wrapper {
|
|
.react-contextmenu-wrapper {
|
|
display: inline-flex;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.loki-message-wrapper {
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|
|
|
|
.public-chat-message-wrapper {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.loki-message-wrapper {
|
|
display: flow-root;
|
|
padding-bottom: 4px;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.group-invitation-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.group-invitation {
|
|
background-color: #f4f4f0;
|
|
display: inline-block;
|
|
margin: 4px 16px;
|
|
padding: 4px;
|
|
|
|
border: solid;
|
|
border-width: 0.5px;
|
|
border-radius: 4px;
|
|
border-color: #e0e0e0;
|
|
|
|
align-self: flex-start;
|
|
|
|
box-shadow: none;
|
|
|
|
.title {
|
|
margin: 6px;
|
|
color: darkslategray;
|
|
font-variant-caps: all-small-caps;
|
|
user-select: none;
|
|
}
|
|
|
|
.contents {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 6px;
|
|
|
|
.invite-group-avatar {
|
|
height: 48px;
|
|
width: 48px;
|
|
}
|
|
|
|
.group-details {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
|
|
padding: 8px;
|
|
|
|
.group-name {
|
|
font-weight: lighter;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
.group-address {
|
|
color: grey;
|
|
}
|
|
}
|
|
|
|
.join-btn {
|
|
background-color: #00f782;
|
|
color: white;
|
|
padding: 6px 10px;
|
|
margin-left: 6px;
|
|
border-radius: 2px;
|
|
box-shadow: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
transition: $session-transition-duration;
|
|
|
|
&:hover {
|
|
background-color: #00d672;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.dark-theme {
|
|
.group-invitation {
|
|
background-color: #242424;
|
|
border-color: #303030;
|
|
box-shadow: none;
|
|
|
|
.title {
|
|
color: lightgrey;
|
|
}
|
|
}
|
|
}
|
|
|
|
.invitation-outgoing {
|
|
align-self: flex-end;
|
|
}
|
|
|
|
.bulk-edit-container {
|
|
display: flex;
|
|
border-top: solid;
|
|
border-width: 0.8px;
|
|
border-color: #80808090;
|
|
|
|
&.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.delete-button {
|
|
color: orangered;
|
|
padding: 18px;
|
|
// This makes sure the message counter is right in the center
|
|
width: 80px;
|
|
margin-right: -80px;
|
|
user-select: none;
|
|
}
|
|
|
|
.cancel-button {
|
|
padding: 18px;
|
|
width: 80px;
|
|
margin-left: -80px;
|
|
user-select: none;
|
|
}
|
|
|
|
.message-counter {
|
|
color: darkgrey;
|
|
display: flex;
|
|
align-items: center;
|
|
user-select: none;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
.typing-bubble-wrapper {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contact-detail-pane {
|
|
overflow-y: scroll;
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.bottom-bar .module-quote {
|
|
margin: 0;
|
|
|
|
border-left-style: none;
|
|
}
|
|
|
|
// We need to use the wrapper because the conversation view calculates the height of all
|
|
// things in the composition area. A margin on an inner div won't be included in that
|
|
// height calculation.
|
|
.bottom-bar .quote-wrapper {
|
|
margin-left: 37px;
|
|
margin-right: 73px;
|
|
margin-top: 3px;
|
|
margin-bottom: -5px;
|
|
}
|
|
|
|
.conversation-stack-border {
|
|
border-bottom: solid;
|
|
border-color: white;
|
|
border-width: 4px;
|
|
}
|
|
|
|
.conversation-stack-no-border {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.dark-theme {
|
|
.conversation-stack-border {
|
|
border-color: black;
|
|
}
|
|
}
|
|
|
|
.bottom-bar .preview-wrapper {
|
|
margin-top: 3px;
|
|
margin-left: 37px;
|
|
margin-right: 73px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.bottom-bar {
|
|
box-sizing: content-box;
|
|
$button-width: 36px;
|
|
@include themify($themes) {
|
|
border-top: themed('borderActionPanel');
|
|
}
|
|
|
|
form.send {
|
|
margin-bottom: 0px;
|
|
background: $color-white;
|
|
|
|
&.video-attachment {
|
|
.image-container {
|
|
position: relative;
|
|
}
|
|
|
|
.outer {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.play.icon {
|
|
height: 30px;
|
|
width: 30px;
|
|
|
|
@include color-svg('../images/play.svg', white);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.attachment-previews {
|
|
padding: 0 36px;
|
|
margin-bottom: 3px;
|
|
|
|
.attachment-preview {
|
|
padding: 13px 10px 0;
|
|
}
|
|
img {
|
|
border: 2px solid #ddd;
|
|
border-radius: $border-radius;
|
|
max-height: 100px;
|
|
}
|
|
|
|
.close {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 2px;
|
|
background: #999;
|
|
|
|
&:hover {
|
|
background: $grey;
|
|
}
|
|
}
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-bottom: 8px;
|
|
padding: 0px 15px;
|
|
|
|
.send-message {
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
|
|
.choose-file {
|
|
float: left;
|
|
height: 36px;
|
|
}
|
|
.send-message {
|
|
display: block;
|
|
max-height: 100px;
|
|
padding: 10px;
|
|
border-radius: 4px;
|
|
margin-top: 3px;
|
|
margin-bottom: 6px;
|
|
color: $color-light-90;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
outline: 0;
|
|
z-index: 5;
|
|
resize: none;
|
|
font-size: 1em;
|
|
font-family: inherit;
|
|
}
|
|
.capture-audio {
|
|
float: right;
|
|
height: 36px;
|
|
}
|
|
.android-length-warning {
|
|
padding: 10px;
|
|
max-width: 150px;
|
|
}
|
|
}
|
|
|
|
.toast {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
bottom: 62px;
|
|
|
|
text-align: center;
|
|
padding: 8px 16px;
|
|
border-radius: 4px;
|
|
z-index: 100;
|
|
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
letter-spacing: 0;
|
|
|
|
background-color: $color-gray-75;
|
|
color: $color-white;
|
|
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.5px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.confirmation-dialog {
|
|
.content {
|
|
max-width: 350px;
|
|
margin: 100px auto;
|
|
padding: 1em;
|
|
background: white;
|
|
border-radius: $border-radius;
|
|
overflow: auto;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
|
|
|
|
.buttons {
|
|
margin-top: 10px;
|
|
|
|
button {
|
|
float: right;
|
|
margin-left: 10px;
|
|
background-color: $grey_l;
|
|
border-radius: $border-radius;
|
|
padding: 5px 8px;
|
|
border: 1px solid $grey_l2;
|
|
|
|
&:hover {
|
|
background-color: $grey_l2;
|
|
border-color: $grey_l3;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.loki-dialog {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.content {
|
|
max-width: 75%;
|
|
min-width: 60%;
|
|
padding: 1em;
|
|
background: white;
|
|
border-radius: $border-radius;
|
|
overflow: auto;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
button {
|
|
float: right;
|
|
margin-left: 10px;
|
|
background-color: $color-loki-green;
|
|
border-radius: 100px;
|
|
padding: 5px 15px;
|
|
border: 1px solid $color-loki-green;
|
|
color: white;
|
|
outline: none;
|
|
user-select: none;
|
|
|
|
&:hover,
|
|
&:disabled {
|
|
background-color: $color-loki-green-dark;
|
|
border-color: $color-loki-green-dark;
|
|
}
|
|
|
|
&:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
padding: 8px;
|
|
margin-bottom: 15px;
|
|
border: 0;
|
|
outline: none;
|
|
border-radius: 4px;
|
|
background-color: $color-loki-light-gray;
|
|
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
margin-top: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
.nickname-dialog {
|
|
.message {
|
|
font-style: italic;
|
|
color: $grey;
|
|
font-size: 12px;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
.seed-dialog {
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fields {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.seed {
|
|
padding: 20px 0;
|
|
font-style: oblique;
|
|
}
|
|
}
|
|
|
|
.permissions-popup,
|
|
.debug-log-window {
|
|
.modal {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.confirmation-dialog .content {
|
|
box-shadow: 0px 0px 0px 0px;
|
|
max-width: 1000px;
|
|
margin: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
.module-last-seen-indicator {
|
|
padding-top: 25px;
|
|
padding-bottom: 35px;
|
|
margin-left: 28px;
|
|
margin-right: 28px;
|
|
}
|
|
|
|
.module-last-seen-indicator__bar {
|
|
background-color: $color-light-60;
|
|
width: 100%;
|
|
height: 2px;
|
|
}
|
|
|
|
.module-last-seen-indicator__text {
|
|
margin-top: 3px;
|
|
font-size: 11px;
|
|
line-height: 16px;
|
|
letter-spacing: 0.3px;
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
color: $color-light-90;
|
|
}
|
|
|
|
.module-scroll-down {
|
|
z-index: 100;
|
|
position: absolute;
|
|
right: 20px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
.module-scroll-down__button {
|
|
height: 44px;
|
|
width: 44px;
|
|
border-radius: 22px;
|
|
text-align: center;
|
|
background-color: $color-light-35;
|
|
border: none;
|
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
|
|
outline: none;
|
|
|
|
&:hover {
|
|
background-color: $color-light-45;
|
|
}
|
|
}
|
|
|
|
.module-scroll-down__button--new-messages {
|
|
background-color: $color-signal-blue;
|
|
|
|
&:hover {
|
|
background-color: #1472bd;
|
|
}
|
|
}
|
|
|
|
.module-scroll-down__icon {
|
|
@include color-svg('../images/down.svg', $color-white);
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|