UI animation functionality partialy restored

This commit is contained in:
2021-04-06 13:11:17 +02:00
parent 361a50a4a9
commit 07146e3f2b
2 changed files with 9 additions and 4 deletions

View File

@@ -383,4 +383,8 @@
.section .content {
padding: 15px 15px 30px 15px ;
text-align: justify;
}
.hiddable.active {
display: none;
}