Skip to content

Commit d67a39c

Browse files
committed
feat: Adjust user image size and enhance layout for user information in General Settings
1 parent 03367d5 commit d67a39c

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/features/settings/components/GeneralSettings/generalSettings.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,22 @@ Select styles
104104
border-bottom: 1px solid var(--card-content-divider);
105105
}
106106
.userContent .userImage {
107-
width: 60px;
108-
height: 60px;
107+
width: 50px;
108+
height: 50px;
109109
border-radius: 100%;
110110
}
111111
.userContent .userInfos {
112112
flex: 1;
113+
display: flex;
114+
flex-direction: column;
115+
gap: 6px;
113116
width: auto;
114117
margin-left: 10px;
115118
}
116119
.userContent .userName {
117-
font-size: larger;
118120
font-weight: 600;
119121
}
120-
.userContent .userEmail {
121-
font-size: medium;
122-
margin-top: 6px;
123-
}
124-
.userContent .logoutBtn {
125-
margin-left: auto;
122+
.userContent .sub {
123+
font-size: 0.9em;
124+
opacity: 0.9;
126125
}

0 commit comments

Comments
 (0)