Просмотр исходного кода

:art: more z fighting fixes

tags/0.9.0
J 4 лет назад
Родитель
Сommit
1753e139d8

+ 3
- 3
vue-theme/src/components/hero.vue Просмотреть файл

@@ -12,7 +12,7 @@
12 12
             .hero--image--overlay.w-max.f-col
13 13
                 h2.t-up.t-cntr(v-if="heroText") {{ heroText }}
14 14
             img.w-max(:src="getThumbnailFromYt(showHero)" alt="hero alt image")
15
-            button(v-if="showPlaybutton" @click="isPlaying = true")
15
+            button(v-if="showPlaybutton" @click="isPlaying = true").z-top
16 16
 
17 17
     .hero--image.w-max(v-else-if="heroType === 'image'")
18 18
         .hero--image--overlay.w-max.f-col
@@ -134,8 +134,8 @@ export default {
134 134
             &:after 
135 135
                 content: ""
136 136
                 position: absolute
137
-                top: 20%
138
-                left: 35%
137
+                top: 30%
138
+                left: 40%
139 139
                 border-style: solid
140 140
                 border-width: 1em 0 1em 1.6em
141 141
                 border-color: transparent transparent transparent white

+ 1
- 1
vue-theme/src/components/navigation/navigation.vue Просмотреть файл

@@ -79,7 +79,7 @@ nav.main
79 79
     /* background-color: lightblue */
80 80
     background-color: $cia_grey
81 81
     word-wrap: break-word
82
-    z-index: 10000
82
+    z-index: 10002
83 83
     .menu, .mobile-menu
84 84
         /* padding: $ms-0 0 */
85 85
         a

Загрузка…
Отмена
Сохранить