mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Prevent channel from vertically growing when containing facepile (#6439)
Previously at UI font size of 20 - User-less channel: 28 px tall - Occupied channel: 30 px tall Now, still at UI font size 20: - User-less channel: 30 px tall - Occupied channel: 30 px tall Release Notes: - Fixed an issue where a channel would grow in height while showing participant avatars.
This commit is contained in:
commit
569bb687be
@ -2240,6 +2240,7 @@ impl CollabPanel {
|
||||
let width = self.width.unwrap_or(px(240.));
|
||||
|
||||
div()
|
||||
.h_6()
|
||||
.id(channel_id as usize)
|
||||
.group("")
|
||||
.flex()
|
||||
|
Loading…
Reference in New Issue
Block a user