diff --git a/components/actors/tile.vue b/components/actors/tile.vue index 0624893..faf12ef 100644 --- a/components/actors/tile.vue +++ b/components/actors/tile.vue @@ -27,6 +27,7 @@ {{ actor.ageThen }} @@ -139,7 +140,8 @@ defineProps({ } .age-then { - color: var(--shadow-weak-10); + color: var(--grey-light-20); + font-weight: normal; } .country { diff --git a/components/footer/navigation.vue b/components/footer/navigation.vue index ee5ab9f..31ad9c9 100644 --- a/components/footer/navigation.vue +++ b/components/footer/navigation.vue @@ -102,7 +102,7 @@ const activePage = computed(() => pageContext.urlParsed.pathname.split('/')[1]); border-radius: 1.5rem; } -@media(--small-50) { +@media(--small-60) { .nav-item.channels { display: none; } diff --git a/components/header/header.vue b/components/header/header.vue index 48ea9b1..42e3063 100644 --- a/components/header/header.vue +++ b/components/header/header.vue @@ -80,7 +80,10 @@ :triggers="['click']" :prevent-overflow="true" > -
+
diff --git a/components/pagination/pagination.vue b/components/pagination/pagination.vue index 86fbbcb..61b2094 100644 --- a/components/pagination/pagination.vue +++ b/components/pagination/pagination.vue @@ -276,4 +276,15 @@ function getPath(page) { color: var(--shadow-strong-10); font-size: 1.1rem; } + +@media (--small-30) { + .pagination { + height: 4.5rem; + } + + .page { + width: 2rem; + height: 2.5rem; + } +} diff --git a/components/scenes/scenes.vue b/components/scenes/scenes.vue index edfba4e..df89fdf 100644 --- a/components/scenes/scenes.vue +++ b/components/scenes/scenes.vue @@ -57,7 +57,7 @@ v-if="pageStash" :selected="scope === 'stashed'" value="stashed" - >Stashed + >Added