Initial experiments with resizing of room lists
This commit is contained in:
parent
bde327e1e6
commit
c07b5ebe9a
5 changed files with 145 additions and 40 deletions
|
@ -15,6 +15,14 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomList2_resizer {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.mx_RoomList.mx_RoomList2 {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.mx_RoomList {
|
||||
/* take up remaining space below TopLeftMenu */
|
||||
flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue