household members: fold/unfold accordion

This commit is contained in:
2021-09-03 18:31:19 +02:00
parent 8b945dc38b
commit 81f97980fc
3 changed files with 45 additions and 20 deletions

View File

@@ -263,25 +263,23 @@ div.wrap-header {
*/
div.floatbutton {
width: 100%;
div.box {
width: 100%;
div.action {
float: right; /*
width: 50%; */
float: right;
}
}
&.top {
div.action {
//margin: 0 0 1em 1em;
padding: 0 0 1em 1em;
}
}
&.bottom {
display: flex;
overflow: hidden;
//margin-bottom: 100px;
div.action {
height: calc(100% - 0em);
shape-outside: inset(calc(100% - 2em) 0 0);
@@ -301,4 +299,9 @@ div.floatbutton {
background-color: #00ffffa3;
}
}
// avoid a position relative that make links unclickable
.fa-ul > li {
position: initial;
}
}