Compare commits
No commits in common. "fc5e77caf03a13bcfa53391652212bf002adf743" and "472236cea6514109e4be520b5e612bafeb7c26a6" have entirely different histories.
fc5e77caf0
...
472236cea6
|
@ -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; /* Установите желаемую максимальную высоту */
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue