mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
prevent filter field and composer breaking narrow layouts
This commit is contained in:
parent
e80f37603b
commit
c2eebb9af2
@ -25,6 +25,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.LeftPanel .utilities .FilterField {
|
.LeftPanel .utilities .FilterField {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LeftPanel ul {
|
.LeftPanel ul {
|
||||||
|
@ -71,6 +71,7 @@ limitations under the License.
|
|||||||
.MessageComposer > input {
|
.MessageComposer > input {
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user