Skip to content

Commit

Permalink
fix: Fix Old space Menu Portlet Style - MEED-7106 - Meeds-io/meeds#2207
Browse files Browse the repository at this point in the history
… (#3912)

Prior to this change, the deprecated Space Menu and Header Portlet
wasn't displayed with the right dimensions of Single Page Application
Style. This change will rework the Space Header Style to enforce its
display with the right dimensions by using Single Page Application
Style.
  • Loading branch information
boubaker authored and exo-swf committed Jun 19, 2024
1 parent 3a6e41d commit e548641
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@
background: rgba(0, 0, 0, 0.2) !important;
}
}

#MenuChildren {
width: @singlePageApplicationWidth;
padding: 24px 20px 0 !important;
margin: 0 auto !important;
max-width: 100% !important;
box-sizing: border-box !important;

.PORTLET-FRAGMENT {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
}

0 comments on commit e548641

Please sign in to comment.