mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
layout composer independent of avatar being present
This commit is contained in:
parent
3a23423a43
commit
afed1b725d
@ -20,6 +20,7 @@ limitations under the License.
|
||||
margin: auto;
|
||||
border-top: 1px solid $primary-hairline-color;
|
||||
position: relative;
|
||||
padding-left: 84px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_replaced_wrapper {
|
||||
@ -58,7 +59,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_MessageComposer .mx_MessageComposer_avatar {
|
||||
padding: 0 27px;
|
||||
position: absolute;
|
||||
left: 27px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer .mx_MessageComposer_avatar .mx_BaseAvatar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user