reiji-h 2 лет назад
Родитель
Сommit
b09cb84c67
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

+ 4 - 4
apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

@@ -26,11 +26,11 @@
   }
   }
   // avoid sticky-top nav to turnate page path
   // avoid sticky-top nav to turnate page path
   .is-collapse-with-top {
   .is-collapse-with-top {
-    @include bs.media-breakpoint-up(md) {
-      max-width: calc(80% - (500px - (100vw - 100%) / 2));
-    }
     @include bs.media-breakpoint-down(md) {
     @include bs.media-breakpoint-down(md) {
-      max-width: calc(100% - 135px);
+      max-width: calc(100% - 350px);
+    }
+    @include bs.media-breakpoint-up(md) {
+      max-width: calc(100% - 500px);
     }
     }
   }
   }
 }
 }