diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index fe3d779..f67c390 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -115,7 +115,6 @@ Фотографии - {{ profileData.photos.length }} @@ -1775,25 +1774,6 @@ onUnmounted(() => { background: rgba(102, 126, 234, 0.05); } -.tab-badge { - display: inline-flex; - align-items: center; - justify-content: center; - min-width: 18px; - height: 18px; - padding: 0 0.3rem; - border-radius: 9px; - font-size: 0.7rem; - font-weight: 600; - background: #e9ecef; - color: #6c757d; -} - -.tab-btn.active .tab-badge { - background: #667eea; - color: white; -} - /* Tabs Content */ .tabs-content { background: rgba(255, 255, 255, 0.9);