Sfoglia il codice sorgente

:art: more z fighting fixes

tags/0.9.0
J 4 anni fa
parent
commit
1753e139d8

+ 3
- 3
vue-theme/src/components/hero.vue Vedi File

12
             .hero--image--overlay.w-max.f-col
12
             .hero--image--overlay.w-max.f-col
13
                 h2.t-up.t-cntr(v-if="heroText") {{ heroText }}
13
                 h2.t-up.t-cntr(v-if="heroText") {{ heroText }}
14
             img.w-max(:src="getThumbnailFromYt(showHero)" alt="hero alt image")
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
     .hero--image.w-max(v-else-if="heroType === 'image'")
17
     .hero--image.w-max(v-else-if="heroType === 'image'")
18
         .hero--image--overlay.w-max.f-col
18
         .hero--image--overlay.w-max.f-col
134
             &:after 
134
             &:after 
135
                 content: ""
135
                 content: ""
136
                 position: absolute
136
                 position: absolute
137
-                top: 20%
138
-                left: 35%
137
+                top: 30%
138
+                left: 40%
139
                 border-style: solid
139
                 border-style: solid
140
                 border-width: 1em 0 1em 1.6em
140
                 border-width: 1em 0 1em 1.6em
141
                 border-color: transparent transparent transparent white
141
                 border-color: transparent transparent transparent white

+ 1
- 1
vue-theme/src/components/navigation/navigation.vue Vedi File

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

Loading…
Annulla
Salva