more minor UI tweaks

This commit is contained in:
2025-04-18 00:27:17 +02:00
parent 656c48a855
commit bbd2f36a42
2 changed files with 2 additions and 8 deletions

View File

@@ -34,8 +34,6 @@ Please see LICENSE files in the repository root for full details.
.mx_MessageComposer { .mx_MessageComposer {
width: 100%; width: 100%;
flex: 0 0 auto; flex: 0 0 auto;
margin-right: 2px;
padding-bottom: 1em;
} }
} }

View File

@@ -8,11 +8,6 @@ Please see LICENSE files in the repository root for full details.
.mx_MessageComposer_wrapper { .mx_MessageComposer_wrapper {
vertical-align: middle; vertical-align: middle;
margin: auto;
margin-left: 8px;
margin-right: 8px;
border: 1px solid $primary-hairline-color;
border-radius: 8px;
position: relative; position: relative;
padding-left: 50px; padding-left: 50px;
padding-right: 16px; padding-right: 16px;
@@ -76,12 +71,13 @@ Please see LICENSE files in the repository root for full details.
} }
.mx_MessageComposer_e2eIconWrapper { .mx_MessageComposer_e2eIconWrapper {
height: 16px; /* Match the height of the E2E icon for alignment */ height: 16px; /* Match the height of the E2E icon for alignment */
padding-left: 24px; /* Space for the E2E icon */
} }
.mx_MessageComposer_e2eIcon.mx_E2EIcon { .mx_MessageComposer_e2eIcon.mx_E2EIcon {
position: absolute; position: absolute;
left: 20px; left: 20px;
margin-right: 0; /* Counteract the E2EIcon class */ margin-right: 0; /* Counteract the E2EIcon class */
margin-left: 3px; /* Counteract the E2EIcon class */ margin-left: 16px; /* Counteract the E2EIcon class */
width: 16px; width: 16px;
height: 16px; height: 16px;
} }