|
|
|
@ -738,6 +738,8 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
@@ -738,6 +738,8 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|
|
|
|
--padding-vertical: .3125rem; |
|
|
|
|
--padding-horizontal: var(--chat-input-inner-padding); |
|
|
|
|
--padding: var(--padding-vertical) var(--padding-horizontal); |
|
|
|
|
--button-size: 2.125rem; |
|
|
|
|
--button-horizontal-margin: .125rem; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
flex-direction: column; |
|
|
|
@ -1162,8 +1164,6 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
@@ -1162,8 +1164,6 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.new-message-wrapper { |
|
|
|
|
--button-size: 2.125rem; |
|
|
|
|
--button-horizontal-margin: .125rem; |
|
|
|
|
--send-as-size: 1.875rem; |
|
|
|
|
--send-as-margin-left: .25rem; |
|
|
|
|
--send-as-margin-right: .375rem; |
|
|
|
@ -1180,12 +1180,25 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
@@ -1180,12 +1180,25 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|
|
|
|
position: absolute; |
|
|
|
|
flex: 0 0 auto; |
|
|
|
|
// margin: 0 0.375rem .4375rem var(--send-as-margin-left); |
|
|
|
|
margin: 0 0 .4375rem var(--send-as-margin-left); |
|
|
|
|
margin-left: var(--send-as-margin-left); |
|
|
|
|
bottom: calc(var(--padding-vertical) + .4375rem); |
|
|
|
|
cursor: pointer; |
|
|
|
|
transform: scale(0); |
|
|
|
|
background: none !important; |
|
|
|
|
z-index: 2; |
|
|
|
|
|
|
|
|
|
.btn-menu { |
|
|
|
|
max-height: 20rem; |
|
|
|
|
max-width: 20rem; |
|
|
|
|
top: auto; |
|
|
|
|
right: auto; |
|
|
|
|
left: calc(var(--padding-horizontal) * -1 - .25rem) !important; |
|
|
|
|
width: auto; |
|
|
|
|
height: auto; |
|
|
|
|
transform: scale3d(1, 1, 1); |
|
|
|
|
|
|
|
|
|
.btn-menu-item-icon { |
|
|
|
|
&-item { |
|
|
|
|
&-icon { |
|
|
|
|
margin-right: calc(var(--icon-margin) - .5rem); |
|
|
|
|
|
|
|
|
|
&.active:before { |
|
|
|
@ -1200,12 +1213,19 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
@@ -1200,12 +1213,19 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&-text { |
|
|
|
|
@include text-overflow(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&-avatar { |
|
|
|
|
position: absolute; |
|
|
|
|
transform: scale(0); |
|
|
|
|
opacity: 0; |
|
|
|
|
pointer-events: none; |
|
|
|
|
|
|
|
|
|
&.is-visible { |
|
|
|
|
&:not(.backwards) { |
|
|
|
|