MM-49452 - Updating height of reply input (#26409)
* MM-49452 - Updating height of reply input * Updating reply input * Removing css transition --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7f4b007405
Коммит
ac3eb04dcc
@@ -18,10 +18,22 @@
|
||||
|
||||
.sidebar--right & {
|
||||
padding-top: 12px;
|
||||
|
||||
.AutoHeight {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.ThreadViewer & {
|
||||
padding-top: 12px;
|
||||
|
||||
.AutoHeight {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-textarea {
|
||||
|
||||
@@ -719,7 +719,7 @@ const AdvanceTextEditor = ({
|
||||
{showFormatJSX}
|
||||
</TexteditorActions>
|
||||
)}
|
||||
{showFormattingSpacer || shouldShowPreview || attachmentPreview ? (
|
||||
{showFormattingSpacer || shouldShowPreview || attachmentPreview || isRHS ? (
|
||||
<FormattingBarSpacer>
|
||||
{formattingBar}
|
||||
</FormattingBarSpacer>
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
}
|
||||
|
||||
.custom-textarea {
|
||||
min-height: 100px;
|
||||
min-height: 46px;
|
||||
max-height: calc(50vh - 80px);
|
||||
}
|
||||
|
||||
|
||||
@@ -395,7 +395,6 @@
|
||||
resize: none;
|
||||
scrollbar-color: var(--center-channel-color-32) #fff0;
|
||||
scrollbar-width: thin;
|
||||
transition: height 150ms ease-in-out;
|
||||
|
||||
&.textbox-preview-area {
|
||||
overflow-y: auto;
|
||||
|
||||
Ссылка в новой задаче
Block a user