Start the profile improvement

This commit is contained in:
2025-08-22 13:19:14 +03:00
Unverified
parent f89e159272
commit a47d48318f
4 changed files with 40 additions and 129 deletions
+34
View File
@@ -0,0 +1,34 @@
@use "common/colors" as *;
@use "common/material" as *;
#profile-dialog {
.header-top {
display: flex;
flex-direction: row;
gap: 16px;
position: relative;
.left {
$size: 70px;
width: $size;
height: $size;
#profile-picture {
width: $size;
height: $size;
border-radius: 50%;
}
}
.right {
display: flex;
flex-direction: column;
justify-content: center;
#profile-username {
font-size: larger;
}
}
}
}