]> _ Git - fluidbook-html5.git/commitdiff
wip #7461 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 May 2025 09:57:33 +0000 (11:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 May 2025 09:57:33 +0000 (11:57 +0200)
style/fluidbook.less
style/mmenu/mmenu.less

index fd0c1647df80e952627d0ebef8b9aeb8344133c6..9ab639e46f136b9c2346ef906abb143c922879b6 100644 (file)
@@ -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 {
index 7b184f27f96efdcf3dfdcd7a453fd83bee013e8a..0fa9aa8d90f7e1cb48789863605c727b1598c27f 100644 (file)
@@ -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;