Sfoglia il codice sorgente

:bug: color typo

tags/0.9.0
J 4 anni fa
parent
commit
b5a4cbf418
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1
    2
      vue-theme/src/pages/list.vue

+ 1
- 2
vue-theme/src/pages/list.vue Vedi File

@@ -24,7 +24,6 @@
24 24
             p {{ `show sidebar: ${sidebar}` }}
25 25
 
26 26
     sidebar(v-if="sidebar" :type="`${type}`" layout="list")
27
-    
28 27
 </template>
29 28
 
30 29
 <script>
@@ -217,7 +216,7 @@ export default {
217 216
                 padding: 0
218 217
                 width: 100%
219 218
         > footer
220
-            background-color:white
219
+            background-color: white
221 220
             padding: $ms-0
222 221
         /* posts not grid list */
223 222
         ul img

Loading…
Annulla
Salva