Kaynağa Gözat

css upadate

Sherry 1 yıl önce
ebeveyn
işleme
4038f7241b

+ 2
- 0
src/fe/mrna/css/all.css Dosyayı Görüntüle

13032
   flex-direction: column;
13032
   flex-direction: column;
13033
   align-items: center;
13033
   align-items: center;
13034
   justify-content: flex-start;
13034
   justify-content: flex-start;
13035
+  max-width: none !important;
13036
+  padding-left: 0;
13035
 }
13037
 }
13036
 
13038
 
13037
 .bg {
13039
 .bg {

+ 1
- 1
src/fe/mrna/css/all.css.map
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 2
- 0
src/fe/mrna/css/base/_base.scss Dosyayı Görüntüle

34
   flex-direction: column;
34
   flex-direction: column;
35
   align-items: center;
35
   align-items: center;
36
   justify-content: flex-start;
36
   justify-content: flex-start;
37
+  max-width: none !important;
38
+  padding-left: 0;
37
 }
39
 }
38
 
40
 
39
 .bg {
41
 .bg {

+ 1
- 1
src/fe/mrna/js/main.js Dosyayı Görüntüle

744
 					}
744
 					}
745
 					if(currentId !== tempId) {
745
 					if(currentId !== tempId) {
746
 						currentId = tempId;
746
 						currentId = tempId;
747
-						console.log("focus: "+currentId);
747
+						// console.log("focus: "+currentId);
748
 						$(".header__nav__item").removeClass("active");
748
 						$(".header__nav__item").removeClass("active");
749
 						$(".header__nav__item-"+currentId).addClass("active");
749
 						$(".header__nav__item-"+currentId).addClass("active");
750
 					}
750
 					}