fix: menu weight #
This commit is contained in:
parent
e205176f60
commit
74021f4a7b
@ -2,5 +2,5 @@ if componentSet.has('circles') || componentSet.has('projects')
|
||||
solid-widget(name='hubl-menu-publicprivate')
|
||||
template
|
||||
div(
|
||||
class="${value == 'Public' ? 'text-large': 'text-simple-line-icons text-xsmall'}"
|
||||
class="${value == 'Public' ? 'text-bold text-large': 'text-simple-line-icons text-xsmall'}"
|
||||
) ${value == 'Public' ? '#' : ''}
|
Loading…
Reference in New Issue
Block a user