mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Setting correct heights and widths for label and container
This commit is contained in:
parent
a0236a9b76
commit
d2937c2aed
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomSubList_labelContainer {
|
||||
height: 29px;
|
||||
width: 235px; /* LHS Panel width */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -50,7 +51,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.collapsed .mx_RoomSubList_label {
|
||||
height: 16px;
|
||||
height: 17px;
|
||||
width: 28px; /* collapsed LHS Panel width */
|
||||
}
|
||||
|
||||
.mx_RoomSubList_roomCount {
|
||||
|
|
Loading…
Reference in a new issue