Fix sidebar and tabs on settings on small screens in admin UI (#19533)
This commit is contained in:
parent
6094a916b1
commit
ad83e64795
4 changed files with 78 additions and 43 deletions
|
@ -15,8 +15,9 @@
|
|||
= link_to root_path do
|
||||
= logo_as_symbol(:wordmark)
|
||||
|
||||
= link_to '#', class: 'sidebar__toggle__icon' do
|
||||
= link_to '#', class: 'sidebar__toggle__icon', 'aria-label': t('navigation.toggle_menu'), 'aria-expanded': 'false' do
|
||||
= fa_icon 'bars'
|
||||
= fa_icon 'times'
|
||||
|
||||
= render_navigation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue