Fix profile locks
This commit is contained in:
fraxle
2026-06-05 12:09:53 +01:00
parent 14a4b4623a
commit 8540ae6782
3 changed files with 32 additions and 22 deletions
+13 -3
View File
@@ -276,15 +276,25 @@
opacity: 1;
}
.profile-lock-badge {
position: absolute;
top: 4px;
right: 4px;
font-size: 11px;
line-height: 1;
pointer-events: none;
z-index: 1;
}
.profile-btn-label {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
display: block;
line-height: 24px;
text-align: center;
font-family: Manrope, sans-serif;
font-size: 10px;
font-weight: 700;