mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Temporary hack to constrain LLP container size.
This commit is contained in:
parent
0b5fe1232f
commit
55cacfba82
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_LeftPanel_container {
|
.mx_LeftPanel_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 0 0 235px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_LeftPanel_hideButton {
|
.mx_LeftPanel_hideButton {
|
||||||
|
|
Loading…
Reference in a new issue