Merge branch 'develop' into feat/add-plain-text-mode

This commit is contained in:
Florian Duros
2022-10-26 17:16:34 +02:00
committed by GitHub
65 changed files with 1008 additions and 296 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ limitations under the License.
}
&.mx_SpotlightDialog_result_multiline {
align-items: start;
align-items: flex-start;
.mx_AccessibleButton {
padding: $spacing-4 $spacing-20;
@@ -65,7 +65,7 @@ limitations under the License.
.mx_UseCaseSelection_skip {
display: flex;
flex-direction: column;
align-self: start;
align-self: flex-start;
}
}
@@ -16,7 +16,7 @@ limitations under the License.
.mx_FormattingButtons {
display: flex;
justify-content: start;
justify-content: flex-start;
.mx_FormattingButtons_Button {
--size: 28px;