фик статистики профиля

This commit is contained in:
Professional 2025-05-24 01:17:38 +07:00
parent a7033bb0e2
commit 9baa3e6347

View File

@ -1474,11 +1474,20 @@ onUnmounted(() => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 32px; width: 40px; /* Увеличиваем размер для лучшего вида */
height: 32px; height: 40px; /* Поддерживаем квадратные пропорции */
border-radius: 50%; min-width: 40px; /* Фиксированный минимальный размер */
min-height: 40px; /* Фиксированный минимальный размер */
border-radius: 50%; /* Идеально круглая форма */
background: rgba(102, 126, 234, 0.15); background: rgba(102, 126, 234, 0.15);
color: #667eea; color: #667eea;
margin: 0 auto; /* Центрируем по горизонтали */
}
/* Добавляем стиль для иконок внутри .stat-icon */
.stat-icon i {
font-size: 1.2rem; /* Единый размер для всех иконок */
line-height: 1; /* Гарантирует вертикальное центрирование */
} }
.stat-info { .stat-info {
@ -2230,7 +2239,7 @@ onUnmounted(() => {
} }
.avatar-section { .avatar-section {
flex: 1; flex: 1;
justify-content: flex-start; justify-content: flex-start;
margin-bottom: 0; margin-bottom: 0;
} }