This commit is contained in:
2025-07-26 04:41:47 +03:00
parent 019e4f90c7
commit f5cf4c32da
17 changed files with 2386 additions and 931 deletions

View File

@@ -107,17 +107,18 @@ button:disabled {
}
.content {
padding: 15px;
display: none;
padding: 0 18px; /* Добавляем горизонтальный паддинг, но убираем вертикальный */
max-height: 0; /* Изначально контент сжат по высоте */
overflow: hidden;
background-color: #fefefe; /* Very light background */
transition: max-height 0.3s ease-out; /* Плавный переход для высоты */
background-color: #fefefe;
width: 100%;
max-width: 500px;
margin: 0 auto;
box-sizing: border-box;
border: 1px solid #eee;
border-top: none; /* No top border to connect visually with collapsible */
border-radius: 0 0 8px 8px; /* Rounded corners only at the bottom */
border-top: none;
border-radius: 0 0 8px 8px;
}
.content h3 { /* Style for internal content headings */