Доточить позиционирование UI

This commit is contained in:
2026-08-22 16:35:41 +03:00
parent ea19e511c0
commit 63b66c48d8
6 changed files with 427 additions and 13 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ async function enrichItem(item, activeTab) {
function renderEmpty(activeTab) {
const card = document.createElement('article');
card.className = 'card stack';
card.className = 'card stack notification-empty-state';
const title = document.createElement('strong');
title.textContent = activeTab === 'events' ? 'Пока нет событий' : 'Пока нет ответов';
const text = document.createElement('p');