mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
make scrollable room list grab available space
without this, in small sizes, it would make the header shrink.
This commit is contained in:
parent
197dd57461
commit
bfbf41f431
@ -131,6 +131,11 @@ limitations under the License.
|
||||
transform: rotateZ(-90deg);
|
||||
}
|
||||
|
||||
.mx_RoomSubList .gm-scrollbar-container {
|
||||
/* let rooms list grab all available space */
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.collapsed {
|
||||
.mx_RoomSubList_label {
|
||||
height: 17px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user