mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
modal_css: Refactor css of header of user profile modal.
This commit enhances the layout of user profile modal header by using flexbox properties.
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
max-width: 80%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
/* This line-height is to increase the vertical clickable areas on the icons. */
|
||||
line-height: 28px;
|
||||
|
||||
.user-profile-name {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user