Improve usability

This commit is contained in:
syuilo 2019-02-20 07:19:05 +09:00
parent d8de9f8eba
commit 7615b1ea0a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -3,7 +3,7 @@
<ui-container :show-header="false" v-if="meta && stats"> <ui-container :show-header="false" v-if="meta && stats">
<div class="kpdsmpnk" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }"> <div class="kpdsmpnk" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }">
<div> <div>
<b>{{ $t('explore', { host: meta.name }) }}</b> <router-link to="/explore" class="title">{{ $t('explore', { host: meta.name }) }}</router-link>
<span>{{ $t('users-info', { users: num(stats.originalUsersCount) }) }}</span> <span>{{ $t('users-info', { users: num(stats.originalUsersCount) }) }}</span>
</div> </div>
</div> </div>
@ -175,10 +175,11 @@ export default Vue.extend({
color #fff color #fff
text-shadow 0 0 8px #00 text-shadow 0 0 8px #00
> b > .title
display block display block
font-size 20px font-size 20px
font-weight bold font-weight bold
color inherit
> span > span
font-size 14px font-size 14px