Удалены временные стили и отладочные логи для навигационных иконок в компоненте BottomHead. Обновлен рендеринг иконок с использованием условного отображения для IMG и SVG.

This commit is contained in:
Bivekich
2025-07-13 21:44:49 +03:00
parent ad5dcc03e3
commit 87339d577e
2 changed files with 0 additions and 49 deletions

View File

@ -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; /* Чтобы не блокировать клики */
}