Skip to content

Commit

Permalink
Keep menu panel icon size consistent (CFM-491)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Mar 31, 2026
1 parent d53f97c commit af73d05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,9 @@ ul.form-list li.alert-banner .co-alert {
line-height: 1.4em;
}
#main-menu .menu-panel-links .material-symbols,
#main-menu .menu-panel-links .material-symbols-outlined {
#main-menu .menu-panel-links .material-symbols-outlined,
#navigation-drawer.closed #main-menu .menu-panel-links .material-symbols,
#navigation-drawer.closed #main-menu .menu-panel-links .material-symbols-outlined {
font-size: 2.5rem;
margin-right: 0.75rem;
display: inline;
Expand All @@ -638,7 +640,9 @@ ul.form-list li.alert-banner .co-alert {
margin-bottom: 1em;
}
#main-menu .menu-panel-links-inner .material-symbols,
#main-menu .menu-panel-links-inner .material-symbols-outlined {
#main-menu .menu-panel-links-inner .material-symbols-outlined,
#navigation-drawer.closed #main-menu .menu-panel-links-inner .material-symbols,
#navigation-drawer.closed #main-menu .menu-panel-links-inner .material-symbols-outlined {
font-size: 1.2em;
}
#main-menu .menu-panel-links .menu-panel-links-inner li {
Expand Down

0 comments on commit af73d05

Please sign in to comment.