Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Nov 19, 2019
1 parent 39a9092 commit 63307bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/pages/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<div class="banner" ref="banner" :style="style"></div>
<div class="fade"></div>
<div class="title">
<p class="name">
<dp-user-name :user="user" :nowrap="false"/>
</p>
<dp-user-name class="name" :user="user" :nowrap="true"/>
<div>
<span class="username"><dp-acct :user="user" :detail="true" /></span>
<span v-if="user.isBot" :title="$t('is-bot')"><fa icon="robot"/></span>
Expand Down Expand Up @@ -253,6 +251,7 @@ export default Vue.extend({
left: 0;
width: 100%;
padding: 0 0 8px 154px;
box-sizing: border-box;
color: #fff;
@media (max-width: 500px) {
Expand Down

0 comments on commit 63307bf

Please sign in to comment.