From: Vincent Vanwaelscappel Date: Fri, 9 May 2025 09:57:33 +0000 (+0200) Subject: wip #7461 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=980b3cb89003b64ddc45b38cee071f691d08525c;p=fluidbook-html5.git wip #7461 @0.5 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index fd0c1647..9ab639e4 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1099,15 +1099,18 @@ footer { } &#mobile-credits { + position: static; + a { text-transform: none; font-size: 12px; font-family: @font; font-weight: 300; - opacity: 0.5; - padding: 0 10px 0 37px; + opacity: 1; + padding: 9px 10px 0 33px; transform-origin: 0 0; transform: scaleX(0.98) !important; + height: auto; } &:after { diff --git a/style/mmenu/mmenu.less b/style/mmenu/mmenu.less index 7b184f27..0fa9aa8d 100644 --- a/style/mmenu/mmenu.less +++ b/style/mmenu/mmenu.less @@ -91,10 +91,10 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { a, li > span { display: block; height: 60px; - padding: 10px 10px 10px 29px; + padding: 18px 10px 22px 29px; .rtl & { - padding: 10px 29px 10px 10px !important; + padding: 18px 29px 22px 10px !important; } img { @@ -203,7 +203,7 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { overflow: hidden; position: relative; height: 100%; - padding-top: 89px; + padding-top: 81px; &:before { height: 0; // Fix spacing with search box @@ -220,6 +220,7 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { width: 26px; height: 26px; vertical-align: middle; + margin-top: -2px; } .v2 { @@ -287,6 +288,8 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { top: 50%; transform: translateY(-50%); color: @menu-background; + height: auto; + padding-top: 20px; .svg-icon { width: 25px;