make left panel adapt to width
includes using flexbox in the room tile to avoid hardcoded width
This commit is contained in:
parent
73ba837c26
commit
313956dd99
4 changed files with 23 additions and 59 deletions
|
@ -29,7 +29,6 @@ limitations under the License.
|
|||
|
||||
.mx_RoomSubList_labelContainer {
|
||||
height: 31px; /* mx_RoomSubList_label height including border */
|
||||
width: 235px; /* LHS Panel width */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -39,7 +38,6 @@ limitations under the License.
|
|||
color: $roomsublist-label-fg-color;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
width: 203px; /* padding + width = LHS Panel width */
|
||||
height: 19px; /* height + padding = 31px = mx_RoomSubList_label height */
|
||||
margin-left: 16px;
|
||||
padding-left: 16px; /* gutter */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue