fix(client): つながりの公開範囲を非公開に設定した時のMkUserPopupスタイル問題
This commit is contained in:
parent
85a2643b25
commit
59005e1901
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue