]> _ Git - fluidbook-html5.git/commitdiff
wip #7461 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 May 2025 16:17:49 +0000 (18:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 May 2025 16:17:49 +0000 (18:17 +0200)
js/libs/fluidbook/fluidbook.burger.js
style/burger.less

index 7ba839e4e6edbefb4ffbc703fa9da79bda4478b4..2119ffaaf8f742550c697d9335d9f78f15df19a9 100644 (file)
@@ -14,7 +14,9 @@ FluidbookBurger.prototype = {
         var a = credits.find('a');
         var t = a.text();
         credits.find('a').text(t);
-        $("#menuList").append(credits);
+        let li=$('<li></li>');
+        li.append(credits);
+        $("#menuList > ul").append(li);
 
         // Insert Chapters submenus
         if (this.chaptersMenuHTML !== '') {
index 7d7de1b64b00d45daef28d0332845d275faecf76..400174a39c76492bcf3d4277b142013b729a0413 100644 (file)
@@ -277,7 +277,7 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
   border-radius: 0;
   height: 60px;
   font-size: 16px;
-  padding: 0 1em 0 70px;
+  padding: 0 1em 0 64px;
   width: 260px;
   border: transparent 6px solid;