Changes for page Menu Macro

Last modified by Administrateur local on 2026/02/20 16:05

From version 2.1
edited by Administrateur local
on 2026/02/20 16:05
Change comment: There is no comment for this version
To version 1.1
edited by Administrateur local
on 2026/02/12 12:35
Change comment: Install extension [org.xwiki.platform:xwiki-platform-menu-ui/18.0.0]

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -81,8 +81,7 @@
81 81   align-items: stretch;
82 82   & > li {
83 83   position: relative;
84 - /* HARDIS : min-height: 50px;*/
85 - min-height: 40px;
84 + min-height: 50px;
86 86   display: flex;
87 87   align-items: center;
88 88   padding: @nav-link-padding;
... ... @@ -233,11 +233,9 @@
233 233   position: relative;
234 234   }
235 235   ul ul {
236 - /* HARDIS : width: 12em;*/
237 - width: 20em;
235 + width: 12em;
238 238   ul {
239 - /* HARDIS : left: 12em;*/
240 - left: 20em;
237 + left: 12em;
241 241   margin: 0;
242 242   top: 0;
243 243   /* Bring the dropdown closer in order to hover it */