Улучшить аватары и граф связей

This commit is contained in:
AidarKC
2026-09-17 23:35:53 +03:00
parent 7aa05dc609
commit f44ab75c64
9 changed files with 135 additions and 27 deletions
+20
View File
@@ -269,3 +269,23 @@
pointer-events: none;
z-index: -1;
}
/* Единый знак официального пользователя. Левый и нижний края зафиксированы,
а сам знак растёт вправо и вверх вместе с аватаром. */
.avatar.avatar-image.avatar-framed > .avatar-official-badge {
position: absolute;
left: -2%;
bottom: -1%;
width: 32%;
height: 32%;
min-width: 18px;
min-height: 18px;
object-fit: contain;
object-position: center;
display: block;
opacity: 1;
border-radius: 0;
pointer-events: none;
z-index: 4;
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.42));
}