fix: left menu without content
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user