Compare commits

..

No commits in common. "fc5e77caf03a13bcfa53391652212bf002adf743" and "472236cea6514109e4be520b5e612bafeb7c26a6" have entirely different histories.

1 changed files with 1 additions and 11 deletions

View File

@ -11,13 +11,3 @@ html, body {
.content { .content {
flex: 1; flex: 1;
} }
#target-main {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
#target-main.show {
max-height: 500px; /* Установите желаемую максимальную высоту */
}