v1
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user