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:
Pratik
2024-04-03 12:54:40 +05:30
committed by Tim Abbott
parent fdbce9d889
commit 3b2bf7b2b9
3 changed files with 21 additions and 30 deletions

View File

@@ -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;