Fixed RoomPopup layout (#5247)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-04-08 21:50:15 +03:00 committed by GitHub
parent 9e183faf6b
commit 083acbf210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,3 +131,30 @@
.floorGrid-room__field { visibility: hidden; }
}
}
// RoomPopup
.room-popup {
.room-btns {
button.secondary,
.hulySplitButton-main {
flex-grow: 1;
}
&.no-video:not(.row) .hulySplitButton-container {
grid-column: span 2;
}
&.row .hulySplitButton-container {
flex-grow: 2;
}
&.row.no-video .hulySplitButton-container {
flex-grow: 4;
}
}
&.small.cropped .scroller-container,
&.large.cropped .scroller-container {
max-height: 24.5rem;
}
&.medium.cropped .scroller-container {
max-height: 22.5rem;
}
}