diff --git a/src/components/BottomHead.tsx b/src/components/BottomHead.tsx index 3238712..16a63ef 100644 --- a/src/components/BottomHead.tsx +++ b/src/components/BottomHead.tsx @@ -406,51 +406,20 @@ const BottomHead = ({ menuOpen, onClose }: { menuOpen: boolean; onClose: () => v >
- {(() => { - console.log(`🎭 Π Π΅Π½Π΄Π΅Ρ€ΠΈΠ½Π³ ΠΈΠΊΠΎΠ½ΠΊΠΈ для "${tab.label}": ${icon ? 'IMG' : 'SVG'}`); - console.log(`πŸ” icon Π·Π½Π°Ρ‡Π΅Π½ΠΈΠ΅:`, icon); - return null; - })()} - - {/* Условный Ρ€Π΅Π½Π΄Π΅Ρ€ΠΈΠ½Π³: Π»ΠΈΠ±ΠΎ IMG, Π»ΠΈΠ±ΠΎ SVG */} {icon ? ( {tab.label} { - console.log('βœ… Иконка ΡƒΡΠΏΠ΅ΡˆΠ½ΠΎ Π·Π°Π³Ρ€ΡƒΠΆΠ΅Π½Π°:', icon); - console.log('βœ… Π­Π»Π΅ΠΌΠ΅Π½Ρ‚ img:', e.currentTarget); - }} - onError={(e) => { - console.log('❌ Ошибка Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ ΠΈΠΊΠΎΠ½ΠΊΠΈ:', icon); - console.log('❌ Π­Π»Π΅ΠΌΠ΅Π½Ρ‚ img с ошибкой:', e.currentTarget); - }} /> ) : ( - /* SVG-Π·Π²Π΅Π·Π΄Π° ΠΊΠ°ΠΊ fallback */ diff --git a/src/styles/globals.css b/src/styles/globals.css index e3b66d6..afec0c3 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -379,21 +379,3 @@ button, } } -/* Π‘Ρ‚ΠΈΠ»ΠΈ для Π½Π°Π²ΠΈΠ³Π°Ρ†ΠΈΠΎΠ½Π½Ρ‹Ρ… ΠΈΠΊΠΎΠ½ΠΎΠΊ */ -.navigation-icon-img { - display: block !important; - position: absolute !important; - top: 0 !important; - left: 0 !important; - z-index: 9999 !important; - max-width: 21px !important; - max-height: 20px !important; - width: 21px !important; - height: 20px !important; - object-fit: contain !important; - opacity: 1 !important; - visibility: visible !important; - border: 2px solid red !important; /* Π’Ρ€Π΅ΠΌΠ΅Π½Π½ΠΎ для ΠΎΡ‚Π»Π°Π΄ΠΊΠΈ */ - background-color: yellow !important; /* Π’Ρ€Π΅ΠΌΠ΅Π½Π½ΠΎ для ΠΎΡ‚Π»Π°Π΄ΠΊΠΈ */ - pointer-events: none !important; /* Π§Ρ‚ΠΎΠ±Ρ‹ Π½Π΅ Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ ΠΊΠ»ΠΈΠΊΠΈ */ -} \ No newline at end of file