Changes for page Menu Macro

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

From 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]
To version 2.1
edited by Administrateur local
on 2026/02/20 16:05
Change comment: There is no comment for this version

Summary

Details

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