Skip to content
Snippets Groups Projects
Commit 86dac484 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: user profile

parent 07538323
No related branches found
No related tags found
No related merge requests found
Pipeline #14680 passed with stage
in 1 minute and 9 seconds
......@@ -245,7 +245,7 @@ import("./utils.js").then((utils) => {
render += `</div>`; //section-avatar
render += `</div>`; //col 1
render += `<div id="tzcld-user-profile-col2" class="tzcld-user-profile-col2 segment width-60">
<h2 class="tzcld-h2">Poste(s) occuppé(s)</h2>
<h2 class="tzcld-h2">Poste(s) occupé(s)</h2>
<div class="col-2-wrapper segment full shadow padding-left-small padding-bottom-small">`;
......
......@@ -24,6 +24,15 @@
}
}
[next="members-edit-profile"] {
border-radius: 50%;
padding: 16.5px;
height: 29px;
width: 29px;
display: flex;
align-items: center;
justify-content: center;
}
.tzcld-user-profile-wrapper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment