Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-main / menu-main.css
index ad67738a487685e2e37c89366468b48525d424ec..44b715b182438ce61476db248b2bf073423c6299 100644 (file)
@@ -31,7 +31,7 @@
   line-height: 1;
   /* the padding, margin & transparent border means the hamburger doesn't move on focus/hover */
   padding: 0 6px;
-  margin-left: -9px;
+  margin-right: -9px;
   border: 3px solid transparent;
   border-radius: 0;
   text-align: left;
@@ -75,7 +75,7 @@
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
-    max-height: initial;
+    max-height: none;
     overflow: auto;
   }
   .menu-main-toggle {
   }
 }
 
-.menu-main-togglewrap {
-  flex: 0 1 30%;
-  order: 1;
-  padding-left: 1rem;
-}
-
 @media screen and (min-width: 48em) {
   .menu-main-togglewrap {
     display: none;
 }
 
 .menu-main__wrapper {
-  order: 4;
   flex: 0 1 100%;
   text-align: center;
 }
 
 @media screen and (min-width: 48em) {
   .menu-main__wrapper {
-    order: 4;
-    flex: 0 1 calc(100% - 220px);
+    flex-grow: 0;
+    flex-shrink: 1;
+    flex-basis: calc(100% - 220px);
     text-align: right;
   }
 }