fix: left menu without content

This commit is contained in:
Jean-Baptiste Pasquier
2021-01-27 14:36:21 +01:00
parent 5112be83b3
commit 230b5100a3
2 changed files with 20 additions and 4 deletions

View File

@ -65,6 +65,23 @@ main#content {
}
}
hubl-create + hubl-create {
display: none; /* Duplicate widget generation? */
}
hubl-create-contact + hubl-create-contact {
display: none; /* Duplicate widget generation? */
}
hubl-create, hubl-create-contact {
solid-link {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
/* Fix on Join button in admin (circles + projects) */
/* Styles on buttons and .children-link don't work because this input is inside too many elements. */