Исправления списка словарей: крестик и отступы
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 47s

This commit is contained in:
poignatov
2026-01-14 18:03:29 +03:00
parent 0e509dd61a
commit 7200cdfda9
5 changed files with 32 additions and 20 deletions

View File

@@ -115,14 +115,13 @@ function DictionaryList({ onNavigate, refreshTrigger = 0 }) {
return (
<div className="dictionary-list">
{/* Кнопка назад */}
{/* Кнопка закрытия */}
<button
className="dictionary-back-button"
className="dictionary-close-button"
onClick={() => onNavigate?.('profile')}
title="Закрыть"
>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
<path d="M19 12H5M12 19l-7-7 7-7"/>
</svg>
</button>
<div className="dictionaries-grid">