Przeglądaj źródła

header title wording and mobile styling edits

tags/0.9.0
Alej 4 lat temu
rodzic
commit
3c5240cd02
1 zmienionych plików z 11 dodań i 2 usunięć
  1. 11
    2
      vue-theme/src/pages/list.vue

+ 11
- 2
vue-theme/src/pages/list.vue Wyświetl plik

4
 
4
 
5
         header.center.t-up
5
         header.center.t-up
6
             .title.f-row
6
             .title.f-row
7
-                h3 {{ type }} list
7
+                h3 {{ type }}s 
8
                 span(v-if="sortBy")
8
                 span(v-if="sortBy")
9
-                    h3  sorted {{ sortBy.replace('-', ' ') }}
9
+                    h3 {{ sortBy.replace('-', ' ') }}
10
 
10
 
11
             h3(v-if="!loaded") loading...
11
             h3(v-if="!loaded") loading...
12
             .content(
12
             .content(
223
             > .content
223
             > .content
224
                 padding: 0
224
                 padding: 0
225
                 width: 100%
225
                 width: 100%
226
+            .title.f-row
227
+                /* flex-direction: column  */
228
+                justify-content: flex-start
229
+
226
         > footer
230
         > footer
227
             padding: $ms-0
231
             padding: $ms-0
228
 
232
 
260
             flex-direction: row !important
264
             flex-direction: row !important
261
         > article
265
         > article
262
             margin: 0 $ms--2 0 0
266
             margin: 0 $ms--2 0 0
267
+            header 
268
+                .title.f-row
269
+                    flex-direction: row 
270
+                    justify-content: center
271
+
263
             .posts.is-grid
272
             .posts.is-grid
264
                 grid-template-columns: repeat(3, 1fr)
273
                 grid-template-columns: repeat(3, 1fr)
265
                 .post.inbetween
274
                 .post.inbetween

Ładowanie…
Anuluj
Zapisz