minor UI tweaks
This commit is contained in:
@@ -9,10 +9,14 @@ Please see LICENSE files in the repository root for full details.
|
||||
.mx_MessageComposer_wrapper {
|
||||
vertical-align: middle;
|
||||
margin: auto;
|
||||
border-top: 1px solid $primary-hairline-color;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
border: 1px solid $primary-hairline-color;
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
padding-left: 42px;
|
||||
padding-left: 50px;
|
||||
padding-right: 16px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.mx_MessageComposer_replaced_wrapper {
|
||||
@@ -71,15 +75,15 @@ Please see LICENSE files in the repository root for full details.
|
||||
width: 100%;
|
||||
}
|
||||
.mx_MessageComposer_e2eIconWrapper {
|
||||
height: 12px; /* Match the height of the E2E icon for alignment */
|
||||
height: 16px; /* Match the height of the E2E icon for alignment */
|
||||
}
|
||||
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
margin-right: 0; /* Counteract the E2EIcon class */
|
||||
margin-left: 3px; /* Counteract the E2EIcon class */
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_noperm_error {
|
||||
|
||||
Reference in New Issue
Block a user