mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 04:06:20 +03:00
Remove padding on last component of MessageComposer (sticker toggle icons)
This commit is contained in:
parent
409bb5ff4d
commit
50271b7123
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ limitations under the License.
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_row div:last-child{
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.mx_MessageComposer .mx_MessageComposer_avatar {
|
||||
padding-left: 10px;
|
||||
padding-right: 28px;
|
||||
|
|
Loading…
Reference in a new issue