sync
This commit is contained in:
@@ -58,19 +58,20 @@ $buttonHeight: 28px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
>.ui-popup-header-title {
|
||||
.ui-popup-header-title {
|
||||
flex-grow: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 5px 0 3px 12px;
|
||||
}
|
||||
|
||||
>.ui-popup-header-title,
|
||||
.ui-popup-header-title,
|
||||
.ui-popup-move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
>.ui-popup-header-title.no-move {
|
||||
.ui-popup-header-title.no-move {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@@ -109,7 +110,7 @@ $buttonHeight: 28px;
|
||||
flex: 1 1 auto;
|
||||
line-height: $headerLineHeight;
|
||||
position: relative;
|
||||
min-height: 100px;
|
||||
min-height: 80px;
|
||||
|
||||
>.ui-popup-loading {
|
||||
position: absolute;
|
||||
@@ -144,6 +145,16 @@ $buttonHeight: 28px;
|
||||
display: flex;
|
||||
margin: 10px;
|
||||
|
||||
&.message-wrapper-input {
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
|
||||
>.ui-text {
|
||||
min-height: 50px;
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
>svg {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -204,7 +215,7 @@ $buttonHeight: 28px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding: 4px 10px 16px 2px;
|
||||
padding: 4px 26px 26px 20px;
|
||||
}
|
||||
|
||||
.ui-popup-body,
|
||||
|
||||
Reference in New Issue
Block a user