We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03367d5 commit d67a39cCopy full SHA for d67a39c
1 file changed
src/features/settings/components/GeneralSettings/generalSettings.css
@@ -104,23 +104,22 @@ Select styles
104
border-bottom: 1px solid var(--card-content-divider);
105
}
106
.userContent .userImage {
107
- width: 60px;
108
- height: 60px;
+ width: 50px;
+ height: 50px;
109
border-radius: 100%;
110
111
.userContent .userInfos {
112
flex: 1;
113
+ display: flex;
114
+ flex-direction: column;
115
+ gap: 6px;
116
width: auto;
117
margin-left: 10px;
118
119
.userContent .userName {
- font-size: larger;
120
font-weight: 600;
121
-.userContent .userEmail {
- font-size: medium;
122
- margin-top: 6px;
123
-}
124
-.userContent .logoutBtn {
125
- margin-left: auto;
+.userContent .sub {
+ font-size: 0.9em;
+ opacity: 0.9;
126
0 commit comments