mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add composer controls wrapper to set correct width on the composer controls wrapper div
This commit is contained in:
parent
66e36e9d40
commit
cfcb050822
@ -1,4 +1,4 @@
|
||||
{
|
||||
"default_hs_url": "https://matrix.org",
|
||||
"default_is_url": "https://vector.im"
|
||||
"default_hs_url": "http://localhost:8008",
|
||||
"default_is_url": "http://localhost:8090"
|
||||
}
|
||||
|
@ -37,6 +37,10 @@ limitations under the License.
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_composecontrols {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_noperm_error {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user