fix(client): つながりの公開範囲を非公開に設定した時のMkUserPopupスタイル問題

This commit is contained in:
NoriDev 2023-07-20 17:04:25 +09:00
parent 85a2643b25
commit 59005e1901

View file

@ -216,6 +216,7 @@ onMounted(() => {
}
.status {
display: flex;
padding: 16px 26px 16px 26px;
}
@ -223,6 +224,7 @@ onMounted(() => {
display: inline-block;
width: 33%;
text-align: center;
flex: 1;
}
.statusItemLabel {