diff --git a/src/custom-tzcld.js b/src/custom-tzcld.js index 066556ff2cc7056b100450c039e7be221a76bc20..20f16fbd396cdf26b7792ef2542ad2f359a2fc9b 100644 --- a/src/custom-tzcld.js +++ b/src/custom-tzcld.js @@ -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">`; diff --git a/src/styles/user-profile.scss b/src/styles/user-profile.scss index 4b60c89a7492554fe501288f70dab8024b193c32..15c5e24e27857f66ac5b75d4e22630643c8e3302 100644 --- a/src/styles/user-profile.scss +++ b/src/styles/user-profile.scss @@ -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 {