diff --git a/packages/frontend/src/components/MkUserPopup.vue b/packages/frontend/src/components/MkUserPopup.vue index da75bbc1c2..aa4d575337 100644 --- a/packages/frontend/src/components/MkUserPopup.vue +++ b/packages/frontend/src/components/MkUserPopup.vue @@ -15,6 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.followsYou }} +
@@ -148,6 +149,28 @@ onMounted(() => { border-radius: 5px; } +.locked:first-child { + position: absolute; + top: 12px; + left: 12px; + padding: 4px 8px; + color: #fff; + background: rgba(0, 0, 0, 0.7); + font-size: 0.7em; + border-radius: 5px; +} + +.locked:not(:first-child) { + position: absolute; + top: 34px; + left: 12px; + padding: 4px 8px; + color: #fff; + background: rgba(0, 0, 0, 0.7); + font-size: 0.7em; + border-radius: 5px; +} + .avatarBack { width: 100px; position: absolute;