style: fix avatar image scaling in subscription section

Add CSS rules to ensure subscription avatars maintain proper aspect ratio and cover their container without distortion.
This commit is contained in:
2026-01-31 15:04:22 +08:00
parent 12878d6e1c
commit 07babe2eb2

View File

@@ -245,6 +245,12 @@ body {
overflow: hidden;
}
.subscription-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.subscription-name {
font-size: 14px;
color: #ffffff;