Kaynağa Gözat

fix top menu

alexlcdee 8 yıl önce
ebeveyn
işleme
4f5300f332

+ 8 - 3
src/files/css/main.css

@@ -6505,10 +6505,15 @@ header .circles .circle:nth-child(3) {
 
 header .burger {
   display: none;
+  margin: 7px 2px 5px;
   width: 30px;
   height: 30px;
   background: url(../img/style/menu-burger.png) center no-repeat;
-  cursor: pointer; }
+  cursor: pointer;
+  position: absolute;
+  left: 0;
+  right: 0;
+  z-index: 2; }
 
 header .menu-mobile {
   list-style: none;
@@ -9975,8 +9980,8 @@ footer .copyright .logo {
   .main-container .col-lg-10 {
     width: 73% !important; }
 
-  header .circles {
-    position: static !important; }
+  header .burger {
+    display: block; }
 
   header .menu ul li a {
     font-size: 14.5px; }

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
src/files/css/main.css.map


+ 5 - 0
src/files/scss/_base-style.scss

@@ -82,10 +82,15 @@ header .circles .circle:nth-child(3) {
 
 header .burger {
     display: none;
+    margin: 7px 2px 5px;
     width: 30px;
     height: 30px;
     background: url(../img/style/menu-burger.png) center no-repeat;
     cursor: pointer;
+    position: absolute;
+    left: 0;
+    right: 0;
+    z-index: 2;
 }
 
 header .menu-mobile {

+ 5 - 1
src/files/scss/_media-overrides.scss

@@ -75,7 +75,11 @@
     }
 
     header .circles {
-        position: static !important;
+        //position: static !important;
+    }
+
+    header .burger {
+        display: block;
     }
 
     header .menu ul li a {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor