Исправления списка словарей: крестик и отступы
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 47s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 47s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user