fix: left menu without content
This commit is contained in:
parent
5112be83b3
commit
230b5100a3
@ -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. */
|
||||
|
@ -16,7 +16,7 @@ solid-widget(name='hubl-menu-publicprivate')
|
||||
|
||||
solid-widget(name='hubl-create-contact')
|
||||
template
|
||||
p.create.text-color-white
|
||||
p.segment.full.create.text-color-white.whitespace-normal(style='display:block!important')
|
||||
span(data-trans="menuLeft.contact.create")
|
||||
span
|
||||
solid-link(next="members" data-trans="menuLeft.contact.profileDir")
|
||||
@ -25,13 +25,12 @@ solid-widget(name='hubl-create-contact')
|
||||
|
||||
solid-widget(name='hubl-create')
|
||||
template
|
||||
p.create.text-color-white
|
||||
p.segment.full.create.text-color-white.whitespace-normal(style='display:block!important')
|
||||
span(data-trans="menuLeft.emptyCircleProject.notPartOf")
|
||||
span ${value}.
|
||||
br
|
||||
span(data-trans="menuLeft.emptyCircleProject.createNew")
|
||||
span
|
||||
solid-link.segment.full(next="${value == 'projet' ? 'admin-projects' : 'admin-circles'}", data-trans="menuLeft.emptyCircleProject.adminPanel")
|
||||
solid-link(next="${value == 'projet' ? 'admin-projects' : 'admin-circles'}", data-trans="menuLeft.emptyCircleProject.adminPanel")
|
||||
|
||||
solid-widget(name='hubl-menu-fix-url-contact')
|
||||
template
|
||||
|
Loading…
Reference in New Issue
Block a user